Skip to content

Commit d6199a3

Browse files
authored
Merge pull request #8376 from radarhere/macos
2 parents e6cf27c + 0f67dfc commit d6199a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [
40-
"macos-14",
40+
"macos-latest",
4141
"ubuntu-latest",
4242
]
4343
python-version: [
@@ -56,7 +56,7 @@ jobs:
5656
# M1 only available for 3.10+
5757
- { os: "macos-13", python-version: "3.9" }
5858
exclude:
59-
- { os: "macos-14", python-version: "3.9" }
59+
- { os: "macos-latest", python-version: "3.9" }
6060

6161
runs-on: ${{ matrix.os }}
6262
name: ${{ matrix.os }} Python ${{ matrix.python-version }} ${{ matrix.disable-gil && 'free-threaded' || '' }}

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cibw_arch: x86_64
108108
macosx_deployment_target: "10.10"
109109
- name: "macOS arm64"
110-
os: macos-14
110+
os: macos-latest
111111
cibw_arch: arm64
112112
macosx_deployment_target: "11.0"
113113
- name: "manylinux2014 and musllinux x86_64"

0 commit comments

Comments
 (0)