Skip to content

Commit

Permalink
Meta: adopt new Ubuntu in build.yml
Browse files Browse the repository at this point in the history
Looks like 22.04 will be the new ubuntu-latest soonish: https://github.com/actions/runner-images.

Align actions/checkout with other WHATWG standards.
  • Loading branch information
annevk committed Oct 17, 2022
1 parent 52dbfad commit 22b404c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 2
path: 'source'
Expand Down

0 comments on commit 22b404c

Please sign in to comment.