Skip to content

Commit 7f7fbad

Browse files
committed
ci: use ubuntu 24.04 for all jobs
1 parent a37bd22 commit 7f7fbad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-publish:
99
name: Build and Publish
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Main checkout (source)
1313
uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
4444

4545
screenshots:
4646
name: Take Screenshots
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-24.04
4848
needs: build-publish
4949
if: |
5050
github.event_name == 'push' &&

.github/workflows/lighthouse.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
lhci:
1010
name: Lighthouse CI
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Main checkout (source)
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)