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 ef23077 commit eb91977Copy full SHA for eb91977
.github/workflows/ci.yml
@@ -58,6 +58,9 @@ jobs:
58
- name: x86_64-gnu-llvm-15
59
os: ubuntu-20.04-16core-64gb
60
env: {}
61
+ - name: x86_64-gnu-llvm-16
62
+ os: ubuntu-20.04-16core-64gb
63
+ env: {}
64
- name: x86_64-gnu-tools
65
66
src/ci/github-actions/ci.yml
@@ -324,6 +324,9 @@ jobs:
324
325
<<: *job-linux-16c
326
327
328
+ <<: *job-linux-16c
329
+
330
331
332
0 commit comments