Skip to content

Commit 1e71596

Browse files
authored
Merge pull request #445 from benjeffery/update-ubuntu-2412
Update actions ubuntu version
2 parents 846a619 + c2934e3 commit 1e71596

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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/cancel-workflow-action@0.12.1

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
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
@@ -89,7 +89,7 @@ jobs:
8989
python -c "import tsdate"
9090
9191
manylinux-test:
92-
runs-on: ubuntu-latest
92+
runs-on: ubuntu-24.04
9393
needs: ['manylinux']
9494
strategy:
9595
matrix:
@@ -115,7 +115,7 @@ jobs:
115115
116116
117117
PyPI_Upload:
118-
runs-on: ubuntu-latest
118+
runs-on: ubuntu-24.04
119119
needs: ['windows-test', 'OSX-test', 'manylinux-test']
120120
environment: release
121121
permissions:

0 commit comments

Comments
 (0)