File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Tag & Release
9
9
required : false
10
10
jobs :
11
11
turnstyle :
12
- runs-on : ubuntu-20.04
12
+ runs-on : ubuntu-latest
13
13
name : Serialise runs of this workflow
14
14
permissions :
15
15
actions : read
28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
tag :
31
- runs-on : ubuntu-20.04
31
+ runs-on : ubuntu-latest
32
32
env :
33
33
naming-things-is-hard-repository : stackhpc/naming-things-is-hard
34
34
name : Automatic tagging for ${{ github.ref_name }} 🏷
59
59
run : naming-things-is-hard/os-downstream-tag.py --release $(basename $(git rev-parse --abbrev-ref HEAD))
60
60
release :
61
61
needs : [tag]
62
- runs-on : ubuntu-20.04
62
+ runs-on : ubuntu-latest
63
63
name : Release newly generated tag 🏷
64
64
steps :
65
65
- name : Github checkout 🛎 [${{ github.repository }}]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Tox Workflow
4
4
workflow_call :
5
5
jobs :
6
6
tox :
7
- runs-on : ubuntu-20.04
7
+ runs-on : ubuntu-latest
8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
You can’t perform that action at this time.
0 commit comments