Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Tag & Release
required: false
jobs:
turnstyle:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Serialise runs of this workflow
permissions:
actions: read
Expand All @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
naming-things-is-hard-repository: stackhpc/naming-things-is-hard
name: Automatic tagging for ${{ github.ref_name }} 🏷
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: naming-things-is-hard/os-downstream-tag.py --release $(basename $(git rev-parse --abbrev-ref HEAD))
release:
needs: [tag]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Release newly generated tag 🏷
steps:
- name: Github checkout 🛎 [${{ github.repository }}]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Tox Workflow
workflow_call:
jobs:
tox:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down