Skip to content

Commit 43fb8ec

Browse files
update ci for work on ubuntu last
1 parent 8148c37 commit 43fb8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
os:
61-
- ubuntu-22.04
61+
- ubuntu-latest
6262
- macos-latest
6363
- windows-latest
6464
python:
@@ -144,7 +144,7 @@ jobs:
144144
publish:
145145
name: Publish to PyPI
146146
needs: test
147-
runs-on: ubuntu-22.04
147+
runs-on: ubuntu-latest
148148
permissions:
149149
id-token: write
150150

0 commit comments

Comments
 (0)