Skip to content

Commit 9c44718

Browse files
authored
Merge pull request #2087 from albinahlback/update_ci
Update CI
2 parents 287803b + 94e324c commit 9c44718

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/CI.yml

+7-11
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ubuntu-codecoverage:
2222
name: Ubuntu GCC, Code Coverage (x10)
2323

24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-latest
2525

2626
env:
2727
CC: "gcc"
@@ -98,7 +98,7 @@ jobs:
9898
gcc-build-regression-check:
9999
name: GCC build regression check (no tests)
100100

101-
runs-on: ubuntu-24.04
101+
runs-on: ubuntu-latest
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-24.04
141+
runs-on: ubuntu-latest
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-14
195+
runs-on: macos-latest
196196

197197
env:
198198
FLINT_TEST_MULTIPLIER: "3"
@@ -209,8 +209,6 @@ jobs:
209209
- name: "Setup"
210210
run: |
211211
brew install make
212-
brew install gmp
213-
brew install mpfr
214212
brew install autoconf
215213
brew install libtool
216214
brew install automake
@@ -248,7 +246,7 @@ jobs:
248246
macos-x86:
249247
name: macOS-x86 Clang with BLAS (x2)
250248

251-
runs-on: macos-12
249+
runs-on: macos-13
252250

253251
env:
254252
FLINT_TEST_MULTIPLIER: "2"
@@ -265,8 +263,6 @@ jobs:
265263
- name: "Setup"
266264
run: |
267265
brew install make
268-
brew install gmp
269-
brew install mpfr
270266
brew install autoconf
271267
brew install libtool
272268
brew install automake
@@ -565,9 +561,9 @@ jobs:
565561
# nemo
566562
##############################################################################
567563
nemo:
568-
name: Nemo.jl (temporary branch)
564+
name: Nemo.jl
569565

570-
runs-on: ubuntu-24.04
566+
runs-on: ubuntu-latest
571567

572568
env:
573569
LOCAL: ${{ github.workspace }}/local

0 commit comments

Comments
 (0)