Skip to content

Commit 6c3fd3f

Browse files
committed
🛠️️ Use ubuntu-latest again
1 parent dd1ded5 commit 6c3fd3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
42+
os: [" ubuntu-latest", "macos-latest", "windows-latest"]
4343
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4444
defaults:
4545
run:
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
75+
os: [" ubuntu-latest", "macos-latest", "windows-latest"]
7676
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
7777
defaults:
7878
run:
@@ -103,7 +103,7 @@ jobs:
103103
deploy:
104104
needs: test
105105
if: "success() && startsWith(github.ref, 'refs/tags/')"
106-
runs-on: ubuntu-22.04
106+
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v4
109109
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)