File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
analyze :
26
26
name : Analyze
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-22.04
28
28
permissions :
29
29
actions : read
30
30
contents : read
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- main
10
-
10
+
11
11
12
12
jobs :
13
13
publish-smoke-test :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
steps :
16
16
17
17
- uses : enriikke/gatsby-gh-pages-action@v2
21
21
access-token : ${{ secrets.demo }}
22
22
deploy-branch : smoke-test
23
23
verify-smoke-test :
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
needs : publish-smoke-test
26
26
steps :
27
27
- name : Checkout Smoke Test Branch
56
56
57
57
publish-live :
58
58
needs : verify-smoke-test
59
- runs-on : ubuntu-latest
59
+ runs-on : ubuntu-22.04
60
60
steps :
61
61
62
62
with :
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os :
15
15
- macos-latest
16
- - ubuntu-latest
16
+ - ubuntu-22.04
17
17
- windows-latest
18
18
steps :
19
19
You can’t perform that action at this time.
0 commit comments