Skip to content

Commit

Permalink
[ci] Bump macOS runners to latest
Browse files Browse the repository at this point in the history
The macos-12 runners were deprecated and removed [[1]].  Switch to the
latest, non-beta runner: macos-14.

[1]: actions/runner-images#10721

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
  • Loading branch information
seldridge committed Dec 6, 2024
1 parent 6442055 commit 95dd3a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unifiedBuildTestAndInstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
options:
- ubuntu-22.04
- ubuntu-20.04
- macos-15
- macos-14
- macos-13
- macos-12
- windows-2022
- windows-2019
cmake_build_type:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uploadReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: github.event_name == 'release' || ( github.event_name == 'workflow_dispatch' && inputs.os == 'macos' )
env:
os: macos
runner: macos-12
runner: macos-14
arch: x64
tar: gtar czf
archive: tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uploadWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
cibw_build: cp38-manylinux_x86_64
- os: ubuntu-20.04
cibw_build: cp310-manylinux_x86_64
- os: macos-12
- os: macos-14
cibw_build: cp38-macosx_x86_64
- os: macos-12
- os: macos-14
cibw_build: cp310-macosx_x86_64

steps:
Expand Down

0 comments on commit 95dd3a4

Please sign in to comment.