Skip to content

Commit 22b404c

Browse files
committed
Meta: adopt new Ubuntu in build.yml
Looks like 22.04 will be the new ubuntu-latest soonish: https://github.com/actions/runner-images. Align actions/checkout with other WHATWG standards.
1 parent 52dbfad commit 22b404c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 2
1717
path: 'source'

0 commit comments

Comments
 (0)