Skip to content

Commit 43fb8b5

Browse files
authored
ci: use macos-14's new Python 3.8+ support (#418)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 721d94d commit 43fb8b5

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/reusable-cookie.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version: ["3.8", "3.12"]
28-
runs-on: [ubuntu-latest, windows-latest]
28+
runs-on: [ubuntu-latest, windows-latest, macos-14]
2929

3030
include:
3131
- python-version: pypy-3.9
3232
runs-on: ubuntu-latest
33-
- python-version: "3.8"
34-
runs-on: macos-13
35-
- python-version: "3.12"
36-
runs-on: macos-14
3733

3834
steps:
3935
- uses: actions/checkout@v4

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
python-version: ["3.8", "3.12"]
46-
runs-on: [ubuntu-latest, windows-latest]
46+
runs-on: [ubuntu-latest, windows-latest, macos-14]
4747

4848
include:
4949
- python-version: "pypy-3.10"
5050
runs-on: ubuntu-latest
51-
- python-version: "3.8"
52-
runs-on: macos-13
53-
- python-version: "3.12"
54-
runs-on: macos-14
5551

5652
steps:
5753
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)