Skip to content

Commit 869533c

Browse files
committed
Revert "Rollback Ubuntu version"
This reverts commit 0dea497.
1 parent 0dea497 commit 869533c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333

3434
jobs:
3535
deploy:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
build:
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
3737
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]

0 commit comments

Comments
 (0)