File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 48
48
os : ' windows-latest'
49
49
arch : ' x64'
50
50
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'
63
51
steps :
64
52
- uses : actions/checkout@v4
65
53
with :
@@ -119,14 +107,19 @@ jobs:
119
107
matrix :
120
108
os : [ubuntu-latest]
121
109
arch : [x64]
122
- llvm_args : ['', '--opaque-pointers']
123
110
include :
124
111
- branch : ' release-1.11'
125
112
pipeline : ' julia-release-1-dot-11'
126
113
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 : ' '
127
119
- branch : ' master'
128
120
pipeline : ' julia-master'
129
121
build : ' x86_64-linux-gnuassert'
122
+ llvm_args : ' '
130
123
steps :
131
124
- uses : actions/checkout@v4
132
125
with :
You can’t perform that action at this time.
0 commit comments