Skip to content

Commit eb6c539

Browse files
committed
Stop using Ubuntu Focal runners
1 parent 801c394 commit eb6c539

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Tag & Release
99
required: false
1010
jobs:
1111
turnstyle:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
name: Serialise runs of this workflow
1414
permissions:
1515
actions: read
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
tag:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-latest
3232
env:
3333
naming-things-is-hard-repository: stackhpc/naming-things-is-hard
3434
name: Automatic tagging for ${{ github.ref_name }} 🏷
@@ -59,7 +59,7 @@ jobs:
5959
run: naming-things-is-hard/os-downstream-tag.py --release $(basename $(git rev-parse --abbrev-ref HEAD))
6060
release:
6161
needs: [tag]
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-latest
6363
name: Release newly generated tag 🏷
6464
steps:
6565
- name: Github checkout 🛎 [${{ github.repository }}]

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Tox Workflow
44
workflow_call:
55
jobs:
66
tox:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)