Skip to content

Commit b7c96a8

Browse files
authored
Merge pull request #5 from gjsjohnmurray/patch-2
Update GitHub Actions runner to ubuntu-latest
2 parents c6fecbb + 857e2d4 commit b7c96a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-gcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
deploy-cloud-run:
2525
name: Deploy to Cloud Run
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v2

0 commit comments

Comments
 (0)