Skip to content

Commit 432fd71

Browse files
committed
Use macos-14-large instead of deprecated macos-13 in CI
1 parent 4aa3d3c commit 432fd71

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous Delivery
22

33
on:
44
push:
5-
tags: 'v*' # push events to matching v*, i.e. v1.0, v20.15.10
5+
tags: ['v*'] # push events to matching v*, i.e. v1.0, v20.15.10
66

77
env:
88
PYTHON_DEFAULT_VERSION: "3.12"

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,10 @@ jobs:
9595
python-version: "pypy3.10"
9696
- os: "windows-latest"
9797
python-version: "pypy3.10"
98-
# Workaround for https://github.com/actions/setup-python/issues/696
99-
- os: "macos-latest"
100-
python-version: 3.9
10198
include:
10299
- python-version: "3.12"
103100
extras: "full"
104101
os: "ubuntu-latest"
105-
# Workaround for https://github.com/actions/setup-python/issues/696
106-
- os: "macos-13"
107-
python-version: 3.9
108102
steps:
109103
- uses: actions/checkout@v4
110104
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update CI to not use deprecated `macos-13` runner.

0 commit comments

Comments
 (0)