Skip to content

Commit 0dea497

Browse files
committed
Rollback Ubuntu version
1 parent 9e50c17 commit 0dea497

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-latest
36+
runs-on: ubuntu-22.04
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-latest
34+
runs-on: ubuntu-22.04
3535
strategy:
3636
matrix:
3737
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]

0 commit comments

Comments
 (0)