Skip to content

Commit b8e3174

Browse files
committed
Update actions ubuntu version
1 parent 70f4875 commit b8e3174

File tree

4 files changed

+6
-6
lines changed

4 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
1414
steps:
1515
- name: Cancel Previous Runs
1616
uses: styfle/[email protected]

.github/workflows/post.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
post:
88
name: Python
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24
1010
permissions:
1111
contents: write
1212
pull-requests: write

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
distbuild:
1313
name: Build Distribution
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24
1515
steps:
1616
- uses: actions/[email protected]
1717
- uses: actions/[email protected]
@@ -80,7 +80,7 @@ jobs:
8080
python -c "import tsbrowse"
8181
8282
linux-test:
83-
runs-on: ubuntu-latest
83+
runs-on: ubuntu-24
8484
needs: ['distbuild']
8585
strategy:
8686
matrix:
@@ -102,7 +102,7 @@ jobs:
102102
python -c "import tsbrowse"
103103
104104
PyPI_Upload:
105-
runs-on: ubuntu-latest
105+
runs-on: ubuntu-24
106106
environment: release
107107
needs: ['windows-test', 'OSX-test', 'linux-test']
108108
permissions:

.github/workflows/tests.yml

+1-1
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
1212
steps:
1313
- name: Cancel Previous Runs
1414
uses: styfle/[email protected]

0 commit comments

Comments
 (0)