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 12, 2024
1 parent 70f4875 commit a3e38e4
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 @@ -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/cancel-workflow-action@0.12.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
post:
name: Python
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
distbuild:
name: Build Distribution
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.3.0
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
python -c "import tsbrowse"
linux-test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: ['distbuild']
strategy:
matrix:
Expand All @@ -102,7 +102,7 @@ jobs:
python -c "import tsbrowse"
PyPI_Upload:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: release
needs: ['windows-test', 'OSX-test', 'linux-test']
permissions:
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/cancel-workflow-action@0.12.1
Expand All @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
python: [ "3.11" ]
os: [ ubuntu-latest, ]
os: [ ubuntu-24.04, ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit a3e38e4

Please sign in to comment.