Skip to content

Commit 61eabd6

Browse files
authored
Stop using ubuntu 20.04
See actions/runner-images#11101
1 parent 7193ce9 commit 61eabd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Use "oldest" available ubuntu-* instead of -latest,
8181
# see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories;
8282
# due to https://github.com/google/google-java-format/issues/1072.
83-
os: [ubuntu-20.04, macos-latest, windows-latest]
83+
os: [ubuntu-22.04, macos-latest, windows-latest]
8484
runs-on: ${{ matrix.os }}
8585
continue-on-error: true
8686
steps:

0 commit comments

Comments
 (0)