Skip to content

Commit d9f8394

Browse files
authored
Merge pull request #94 from benjeffery/update-ubuntu-2412
Update actions ubuntu version
2 parents 3a68a42 + d35edfe commit d9f8394

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-deploy-docs:
1212
name: Docs
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Cancel Previous Runs
1616
uses: styfle/cancel-workflow-action@0.12.1

.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/cancel-workflow-action@0.12.1
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
python: [ 3.9, 3.12 ]
27-
os: [ macos-latest, ubuntu-latest, windows-latest ]
27+
os: [ macos-latest, ubuntu-24.04, windows-latest ]
2828
defaults:
2929
run:
3030
shell: bash

.github/workflows/wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
manylinux:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4.2.2
@@ -94,7 +94,7 @@ jobs:
9494
python -c "import tszip"
9595
9696
manylinux-test:
97-
runs-on: ubuntu-latest
97+
runs-on: ubuntu-24.04
9898
needs: ['manylinux']
9999
strategy:
100100
matrix:
@@ -117,7 +117,7 @@ jobs:
117117
118118
119119
PyPI_Upload:
120-
runs-on: ubuntu-latest
120+
runs-on: ubuntu-24.04
121121
environment: release
122122
needs: [ 'windows-test', 'OSX-test', 'manylinux-test' ]
123123
permissions:

0 commit comments

Comments
 (0)