Skip to content

Commit

Permalink
Merge pull request #2089 from albinahlback/revert
Browse files Browse the repository at this point in the history
Revert "Update CI"
  • Loading branch information
albinahlback authored Oct 11, 2024
2 parents 5b0c01b + b2019ac commit 0f1659a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ubuntu-codecoverage:
name: Ubuntu GCC, Code Coverage (x10)

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
CC: "gcc"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
gcc-build-regression-check:
name: GCC build regression check (no tests)

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
CC: "gcc"
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
ubuntu-gcc-assert:
name: Ubuntu GCC with NTL (assert, x2)

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
CC: "gcc"
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
macos-m1:
name: macOS-M1, Clang (x3)

runs-on: macos-latest
runs-on: macos-14

env:
FLINT_TEST_MULTIPLIER: "3"
Expand All @@ -209,6 +209,8 @@ jobs:
- name: "Setup"
run: |
brew install make
brew install gmp
brew install mpfr
brew install autoconf
brew install libtool
brew install automake
Expand Down Expand Up @@ -246,7 +248,7 @@ jobs:
macos-x86:
name: macOS-x86 Clang with BLAS (x2)

runs-on: macos-13
runs-on: macos-12

env:
FLINT_TEST_MULTIPLIER: "2"
Expand All @@ -263,6 +265,8 @@ jobs:
- name: "Setup"
run: |
brew install make
brew install gmp
brew install mpfr
brew install autoconf
brew install libtool
brew install automake
Expand Down Expand Up @@ -561,9 +565,9 @@ jobs:
# nemo
##############################################################################
nemo:
name: Nemo.jl
name: Nemo.jl (temporary branch)

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
LOCAL: ${{ github.workspace }}/local
Expand Down

0 comments on commit 0f1659a

Please sign in to comment.