We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37bd22 commit 7f7fbadCopy full SHA for 7f7fbad
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build-publish:
9
name: Build and Publish
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
steps:
12
- name: Main checkout (source)
13
uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
44
45
screenshots:
46
name: Take Screenshots
47
48
needs: build-publish
49
if: |
50
github.event_name == 'push' &&
.github/workflows/lighthouse.yml
@@ -8,7 +8,7 @@ on:
lhci:
name: Lighthouse CI
14
0 commit comments