Skip to content

Commit 12fe42e

Browse files
committed
Upgrade runner from macos-12 to macos-13
The macos-12 (Intel) Github Actions runner is no longer supported. Upgrading to the macos-13 runner.
1 parent 209e4b5 commit 12fe42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787

8888
build_macos_x86_wheels:
8989
name: Build wheels on macOS x86_64
90-
# macos-12 is an Intel x86 runner
91-
runs-on: macos-12
90+
# macos-13 is an Intel x86 runner
91+
runs-on: macos-13
9292

9393
steps:
9494
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)