File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 21
21
ubuntu-codecoverage :
22
22
name : Ubuntu GCC, Code Coverage (x10)
23
23
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-24.04
25
25
26
26
env :
27
27
CC : " gcc"
98
98
gcc-build-regression-check :
99
99
name : GCC build regression check (no tests)
100
100
101
- runs-on : ubuntu-latest
101
+ runs-on : ubuntu-24.04
102
102
103
103
env :
104
104
CC : " gcc"
@@ -138,7 +138,7 @@ jobs:
138
138
ubuntu-gcc-assert :
139
139
name : Ubuntu GCC with NTL (assert, x2)
140
140
141
- runs-on : ubuntu-latest
141
+ runs-on : ubuntu-24.04
142
142
143
143
env :
144
144
CC : " gcc"
@@ -192,7 +192,7 @@ jobs:
192
192
macos-m1 :
193
193
name : macOS-M1, Clang (x3)
194
194
195
- runs-on : macos-latest
195
+ runs-on : macos-14
196
196
197
197
env :
198
198
FLINT_TEST_MULTIPLIER : " 3"
@@ -209,6 +209,8 @@ jobs:
209
209
- name : " Setup"
210
210
run : |
211
211
brew install make
212
+ brew install gmp
213
+ brew install mpfr
212
214
brew install autoconf
213
215
brew install libtool
214
216
brew install automake
@@ -246,7 +248,7 @@ jobs:
246
248
macos-x86 :
247
249
name : macOS-x86 Clang with BLAS (x2)
248
250
249
- runs-on : macos-13
251
+ runs-on : macos-12
250
252
251
253
env :
252
254
FLINT_TEST_MULTIPLIER : " 2"
@@ -263,6 +265,8 @@ jobs:
263
265
- name : " Setup"
264
266
run : |
265
267
brew install make
268
+ brew install gmp
269
+ brew install mpfr
266
270
brew install autoconf
267
271
brew install libtool
268
272
brew install automake
@@ -561,9 +565,9 @@ jobs:
561
565
# nemo
562
566
# #############################################################################
563
567
nemo :
564
- name : Nemo.jl
568
+ name : Nemo.jl (temporary branch)
565
569
566
- runs-on : ubuntu-latest
570
+ runs-on : ubuntu-24.04
567
571
568
572
env :
569
573
LOCAL : ${{ github.workspace }}/local
You can’t perform that action at this time.
0 commit comments