Skip to content

Commit bef9588

Browse files
authored
Merge pull request #986 from benjeffery/update-ubuntu-2412
Update actions ubuntu version
2 parents 33ef41a + 18c6cef commit bef9588

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build-deploy-docs:
1818
name: Docs
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Cancel Previous Runs
2222
uses: styfle/[email protected]

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
pre-commit:
1010
name: Lint
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Cancel Previous Runs
1414
uses: styfle/[email protected]
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
python: [ 3.9, "3.12" ]
35-
os: [ macos-latest, ubuntu-latest, windows-latest ]
35+
os: [ macos-latest, ubuntu-24.04, windows-latest ]
3636
defaults:
3737
run:
3838
shell: bash

Diff for: .github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: dist
7373

7474
manylinux:
75-
runs-on: ubuntu-latest
75+
runs-on: ubuntu-24.04
7676
steps:
7777
- name: Checkout
7878
uses: actions/[email protected]
@@ -157,7 +157,7 @@ jobs:
157157
python -c "import tsinfer"
158158
159159
manylinux-test:
160-
runs-on: ubuntu-latest
160+
runs-on: ubuntu-24.04
161161
needs: ['manylinux']
162162
strategy:
163163
matrix:
@@ -181,7 +181,7 @@ jobs:
181181
182182
183183
PyPI_Upload:
184-
runs-on: ubuntu-latest
184+
runs-on: ubuntu-24.04
185185
environment: release
186186
needs: ['windows-test', 'OSX-test', 'manylinux-test']
187187
permissions:

0 commit comments

Comments
 (0)