Skip to content

Commit

Permalink
Merge pull request #94 from benjeffery/update-ubuntu-2412
Browse files Browse the repository at this point in the history
Update actions ubuntu version
  • Loading branch information
benjeffery authored Dec 12, 2024
2 parents 3a68a42 + d35edfe commit d9f8394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-deploy-docs:
name: Docs
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Cancel Previous Runs
uses: styfle/[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.04
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
python: [ 3.9, 3.12 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest, ubuntu-24.04, windows-latest ]
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

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

0 comments on commit d9f8394

Please sign in to comment.