Skip to content

Commit bc19917

Browse files
committed
Update to macos-14 since macos-12 is depricated
1 parent 9b07cfb commit bc19917

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_test_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
Build_and_Run_GTest:
1414
name: Build and Run GoogleTest
15-
runs-on: macos-12
15+
runs-on: macos-14
1616
defaults:
1717
run:
1818
shell: bash -l {0}
@@ -45,7 +45,7 @@ jobs:
4545

4646
Build_and_Run_PyTest:
4747
name: Build and Run PyTest
48-
runs-on: macos-12
48+
runs-on: macos-14
4949
defaults:
5050
run:
5151
shell: bash -l {0}

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MACOSX_DEPLOYMENT_TARGET: "10.15"
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, macos-12, windows-latest]
15+
os: [ubuntu-20.04, macos-14, windows-latest]
1616
cibw_archs: ["auto64"]
1717
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
1818

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
MACOSX_DEPLOYMENT_TARGET: "10.15"
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, macos-12, windows-latest]
17+
os: [ubuntu-20.04, macos-14, windows-latest]
1818
cibw_archs: ["auto64"]
1919
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
2020

0 commit comments

Comments
 (0)