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 d575b3c commit 07076a0Copy full SHA for 07076a0
.github/workflows/build.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
jobs:
5
gatsby-build:
6
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
7
steps:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
@@ -30,7 +30,7 @@ jobs:
30
name: public-dir
31
path: public
32
gen-og-images:
33
34
35
36
@@ -52,7 +52,7 @@ jobs:
52
deploy-build:
53
needs: [gen-og-images, gatsby-build]
54
if: ${{ success() && github.ref == 'refs/heads/master' }}
55
56
57
58
@@ -84,3 +84,4 @@ jobs:
84
85
86
87
+
0 commit comments