Skip to content

Commit

Permalink
Update runners from macos-12 to macos-13 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Aug 21, 2024
1 parent a6bfc00 commit b1176bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
build_macos:
name: MacOS ${{ inputs.python_version }} universal2 ${{ matrix.distribution }} (build)
if: ${{ contains(inputs.platforms, 'macos') }}
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -268,10 +268,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12, macos-14 ]
os: [ macos-13, macos-14 ]
distribution: [full, headless]
include:
- os: macos-12
- os: macos-13
arch: x86_64
- os: macos-14
arch: arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repackage_graalpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
arch: [x86_64, aarch64]
include:
- arch: x86_64
runner: macos-12
runner: macos-13
- arch: aarch64
runner: macos-14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repackage_pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
arch: [x86_64, aarch64]
include:
- arch: x86_64
runner: macos-12
runner: macos-13
- arch: aarch64
runner: macos-14

Expand Down

0 comments on commit b1176bb

Please sign in to comment.