We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d577 commit 2e1f557Copy full SHA for 2e1f557
1 file changed
.github/workflows/update-canary.yml
@@ -5,11 +5,15 @@ on:
5
- cron: '0 6 * * *'
6
workflow_dispatch:
7
8
+env:
9
+ CC: clang
10
+ CXX: clang++
11
+
12
jobs:
13
updateCanary:
14
name: Update the canary branch
15
if: github.repository == 'nodejs/node-v8' || github.event_name == 'workflow_dispatch'
- runs-on: ubuntu-latest
16
+ runs-on: ubuntu-24.04
17
steps:
18
- name: Clone node-v8
19
uses: actions/checkout@v4
0 commit comments