Skip to content

Commit 549fdaf

Browse files
authored
Merge pull request #15 from phase2/update-build-image
Update to ubuntu-latest for building images
2 parents bd2ef1d + 755cdeb commit 549fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build:
2020
name: "Build: ${{ matrix.version }}"
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
strategy:
2424
fail-fast: false # Don't cancel other jobs if one fails

0 commit comments

Comments
 (0)