File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments