Skip to content

Commit 7402519

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
extras: "full"
104104
os: "ubuntu-latest"
105105
# Workaround for https://github.com/actions/setup-python/issues/696
106-
- os: "macos-13"
106+
- os: "macos-14-large"
107107
python-version: 3.9
108108
steps:
109109
- uses: actions/checkout@v4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update CI to use `macos-14-large` instead of deprecated `macos-13` for amd64-based macOS testing.

0 commit comments

Comments
 (0)