Skip to content

Commit eba0702

Browse files
committed
CI: update OSX workflows to macos-12
macos-11 was deprecated in June 2024 https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/
1 parent 6c9775f commit eba0702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: ["ubuntu-latest"]
3131
python-version: ["3.9", "3.10", "3.11", "3.12"]
3232
include:
33-
- os: macOS-11
33+
- os: macos-12
3434
python-version: "3.11"
3535
- os: windows-2019
3636
python-version: "3.11"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, macOS-11, windows-2019]
24+
os: [ubuntu-20.04, macos-12, windows-2019]
2525

2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)