Skip to content

Commit

Permalink
Don't use macos-11 runners on CI, they are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Jun 17, 2024
1 parent 91418c6 commit 1f879f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
rust-target: x86_64-unknown-linux-gnu
cibw_arch: x86_64
- name: x86_64 macOS
os: macos-11
os: macos-13
rust-target: x86_64-apple-darwin
cibw_arch: x86_64
- name: M1 macOS
os: macos-11
os: macos-14
rust-target: aarch64-apple-darwin
cibw_arch: arm64
- name: x86_64 Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.12"
- os: macos-11
- os: macos-13
python-version: "3.12"
- os: windows-2019
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
extra-name: / cmake 3.16
working-directory: /__w/rascaline/rascaline

- os: macos-11
- os: macos-13
rust-version: stable
rust-target: x86_64-apple-darwin
build-type: debug
Expand Down

0 comments on commit 1f879f9

Please sign in to comment.