Skip to content

Commit ab02c03

Browse files
committed
Update CI for LLVM 17.
1 parent 4cdbb38 commit ab02c03

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,6 @@ jobs:
4848
os: 'windows-latest'
4949
arch: 'x64'
5050
llvm_args: '--opaque-pointers'
51-
- version: 'nightly'
52-
os: 'ubuntu-latest'
53-
arch: 'x64'
54-
llvm_args: '--opaque-pointers'
55-
- version: 'nightly'
56-
os: 'macOS-latest'
57-
arch: 'x64'
58-
llvm_args: '--opaque-pointers'
59-
- version: 'nightly'
60-
os: 'windows-latest'
61-
arch: 'x64'
62-
llvm_args: '--opaque-pointers'
6351
steps:
6452
- uses: actions/checkout@v4
6553
with:
@@ -119,14 +107,19 @@ jobs:
119107
matrix:
120108
os: [ubuntu-latest]
121109
arch: [x64]
122-
llvm_args: ['', '--opaque-pointers']
123110
include:
124111
- branch: 'release-1.11'
125112
pipeline: 'julia-release-1-dot-11'
126113
build: 'x86_64-linux-gnuassert'
114+
llvm_args: '--opaque-pointers'
115+
- branch: 'release-1.11'
116+
pipeline: 'julia-release-1-dot-11'
117+
build: 'x86_64-linux-gnuassert'
118+
llvm_args: ''
127119
- branch: 'master'
128120
pipeline: 'julia-master'
129121
build: 'x86_64-linux-gnuassert'
122+
llvm_args: ''
130123
steps:
131124
- uses: actions/checkout@v4
132125
with:

0 commit comments

Comments
 (0)