Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update CI" #2089

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading