File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 2121 ubuntu-codecoverage :
2222 name : Ubuntu GCC, Code Coverage (x10)
2323
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-24.04
2525
2626 env :
2727 CC : " gcc"
9898 gcc-build-regression-check :
9999 name : GCC build regression check (no tests)
100100
101- runs-on : ubuntu-latest
101+ runs-on : ubuntu-24.04
102102
103103 env :
104104 CC : " gcc"
@@ -138,7 +138,7 @@ jobs:
138138 ubuntu-gcc-assert :
139139 name : Ubuntu GCC with NTL (assert, x2)
140140
141- runs-on : ubuntu-latest
141+ runs-on : ubuntu-24.04
142142
143143 env :
144144 CC : " gcc"
@@ -192,7 +192,7 @@ jobs:
192192 macos-m1 :
193193 name : macOS-M1, Clang (x3)
194194
195- runs-on : macos-latest
195+ runs-on : macos-14
196196
197197 env :
198198 FLINT_TEST_MULTIPLIER : " 3"
@@ -209,6 +209,8 @@ jobs:
209209 - name : " Setup"
210210 run : |
211211 brew install make
212+ brew install gmp
213+ brew install mpfr
212214 brew install autoconf
213215 brew install libtool
214216 brew install automake
@@ -246,7 +248,7 @@ jobs:
246248 macos-x86 :
247249 name : macOS-x86 Clang with BLAS (x2)
248250
249- runs-on : macos-13
251+ runs-on : macos-12
250252
251253 env :
252254 FLINT_TEST_MULTIPLIER : " 2"
@@ -263,6 +265,8 @@ jobs:
263265 - name : " Setup"
264266 run : |
265267 brew install make
268+ brew install gmp
269+ brew install mpfr
266270 brew install autoconf
267271 brew install libtool
268272 brew install automake
@@ -561,9 +565,9 @@ jobs:
561565 # nemo
562566 # #############################################################################
563567 nemo :
564- name : Nemo.jl
568+ name : Nemo.jl (temporary branch)
565569
566- runs-on : ubuntu-latest
570+ runs-on : ubuntu-24.04
567571
568572 env :
569573 LOCAL : ${{ github.workspace }}/local
You can’t perform that action at this time.
0 commit comments