Skip to content

Commit

Permalink
Upgrade runner from macos-12 to macos-13
Browse files Browse the repository at this point in the history
The macos-12 (Intel) Github Actions runner is no longer supported.  Upgrading to the macos-13 runner.
  • Loading branch information
keitherskine committed Dec 7, 2024
1 parent 209e4b5 commit 12fe42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:

build_macos_x86_wheels:
name: Build wheels on macOS x86_64
# macos-12 is an Intel x86 runner
runs-on: macos-12
# macos-13 is an Intel x86 runner
runs-on: macos-13

steps:
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 12fe42e

Please sign in to comment.