Skip to content

Commit

Permalink
Bump MacOS runner version used in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 4, 2024
1 parent dffd08d commit e1703b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

wheel-macos-x86_64:
name: Build MacOS wheels (x86-64)
runs-on: macOS-12
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -74,7 +74,7 @@ jobs:

wheel-macos-aarch64:
name: Build MacOS wheels (Aarch64)
runs-on: macOS-12
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

test_osx:
name: Test (OSX)
runs-on: macos-12
runs-on: macos-latest
env:
OS: OSX
strategy:
Expand Down

0 comments on commit e1703b2

Please sign in to comment.