Skip to content

Commit 413f07a

Browse files
committed
chore(github): move off of 20.04 (deprecated)
1 parent f095768 commit 413f07a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04]
11+
os: [ubuntu-24.04]
1212
node: [22]
1313
name: ${{ matrix.os }} and node ${{ matrix.node }}
1414
steps:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pr-checks:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
name: Check and lint PR
1010
steps:
1111
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
publish:
1414
name: Publish
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)