Skip to content

Commit 1d73e95

Browse files
committed
fix: move CI off ubuntu-20
1 parent 02e40b4 commit 1d73e95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
15-
os: [ubuntu-20.04, windows-2019, macos-latest]
15+
os: [ubuntu-latest, windows-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ['3.11']
18-
os: [ubuntu-20.04, windows-2019, macos-latest]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)