Skip to content

Commit 171afed

Browse files
committed
Updating macos in ci.yml
1 parent f5fa12b commit 171afed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
1111
strategy:
1212
matrix:
13-
os: [macos-13, windows-latest]
13+
os: [macos-14, windows-latest]
1414
python-version: [3.6, 3.7, 3.8, pypy-3.7]
1515
exclude:
1616
- os: windows-latest
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Python environment
5454
uses: actions/[email protected]
5555
with:
56-
python-version: '3.7'
56+
python-version: '3.9'
5757
- name: Install Requirements
5858
run: |
5959
python -m pip install --upgrade pip
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ${{ matrix.os }}
7474
strategy:
7575
matrix:
76-
os: [macos-13, windows-latest]
76+
os: [macos-14, windows-latest]
7777
python-version: [3.6, 3.7, 3.8, pypy-3.7]
7878
exclude:
7979
- os: windows-latest

0 commit comments

Comments
 (0)