We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f509abf commit 957a498Copy full SHA for 957a498
.github/workflows/build.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
jobs:
5
gatsby-build:
6
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
7
steps:
8
- uses: actions/checkout@v3
9
- uses: actions/setup-node@v3
@@ -25,7 +25,7 @@ jobs:
25
name: public-dir
26
path: public
27
gen-og-images:
28
29
30
31
@@ -46,7 +46,7 @@ jobs:
46
deploy-build:
47
needs: [gen-og-images, gatsby-build]
48
if: ${{ success() && github.ref == 'refs/heads/master' }}
49
50
51
52
0 commit comments