Skip to content

Commit 5096d8b

Browse files
committed
chore: more deprecated runners
1 parent 4f58a33 commit 5096d8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/debug-wheel-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['3.9']
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 }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
publish-wheels:
5353
needs: [build-wheels]
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
5757
python-version: ['3.9']

.github/workflows/mse_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.9']
17-
os: [ubuntu-20.04, windows-2019]
17+
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- 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
@@ -54,7 +54,7 @@ jobs:
5454

5555
publish-wheels:
5656
needs: [build-wheels]
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-latest
5858
strategy:
5959
matrix:
6060
python-version: ['3.11']

0 commit comments

Comments
 (0)