Skip to content

Commit

Permalink
Update actions ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Dec 11, 2024
1 parent 214f1cd commit b40e3c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build-deploy-docs:
name: Docs
runs-on: ubuntu-latest
runs-on: ubuntu-24
defaults:
run:
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
pre-commit:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -28,7 +28,7 @@ jobs:

benchmark:
name: Benchmark
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: python/dist

manylinux:
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
python -c "import tskit"
manylinux-test:
runs-on: ubuntu-latest
runs-on: ubuntu-24
needs: ['manylinux']
strategy:
matrix:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
PyPI_Upload:
runs-on: ubuntu-latest
runs-on: ubuntu-24
environment: release
needs: ['windows-test', 'OSX-test', 'manylinux-test']
permissions:
Expand Down

0 comments on commit b40e3c6

Please sign in to comment.