File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
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-24.04
24
+ runs-on : ubuntu-latest
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-24.04
101
+ runs-on : ubuntu-latest
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-24.04
141
+ runs-on : ubuntu-latest
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-14
195
+ runs-on : macos-latest
196
196
197
197
env :
198
198
FLINT_TEST_MULTIPLIER : " 3"
@@ -209,8 +209,6 @@ jobs:
209
209
- name : " Setup"
210
210
run : |
211
211
brew install make
212
- brew install gmp
213
- brew install mpfr
214
212
brew install autoconf
215
213
brew install libtool
216
214
brew install automake
@@ -248,7 +246,7 @@ jobs:
248
246
macos-x86 :
249
247
name : macOS-x86 Clang with BLAS (x2)
250
248
251
- runs-on : macos-12
249
+ runs-on : macos-13
252
250
253
251
env :
254
252
FLINT_TEST_MULTIPLIER : " 2"
@@ -265,8 +263,6 @@ jobs:
265
263
- name : " Setup"
266
264
run : |
267
265
brew install make
268
- brew install gmp
269
- brew install mpfr
270
266
brew install autoconf
271
267
brew install libtool
272
268
brew install automake
@@ -565,9 +561,9 @@ jobs:
565
561
# nemo
566
562
# #############################################################################
567
563
nemo :
568
- name : Nemo.jl (temporary branch)
564
+ name : Nemo.jl
569
565
570
- runs-on : ubuntu-24.04
566
+ runs-on : ubuntu-latest
571
567
572
568
env :
573
569
LOCAL : ${{ github.workspace }}/local
You can’t perform that action at this time.
0 commit comments