Skip to content

Commit 2051811

Browse files
updating runner versions
1 parent f1878f1 commit 2051811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
strategy:
4949
matrix:
50-
os: [ubuntu-20.04, windows-2019, macos-14]
50+
os: [ubuntu-22.04, windows-2022, macos-14]
5151
arch: [auto64]
5252
include:
5353
- os: ubuntu-20.04
@@ -147,4 +147,4 @@ jobs:
147147
with:
148148
user: __token__
149149
password: ${{ secrets.PYPI_API_TOKEN }}
150-
packages-dir: .
150+
packages-dir: .

0 commit comments

Comments
 (0)