Skip to content

Commit 1502107

Browse files
authored
Stop using ubuntu 20.04
See actions/runner-images#11101
1 parent 96f114c commit 1502107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
# Use "oldest" available ubuntu-* instead of -latest,
9292
# 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;
9393
# due to https://github.com/google/google-java-format/issues/1072.
94-
os: [ubuntu-20.04, ubuntu-22.04-arm, macos-latest, windows-latest]
94+
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-latest, windows-latest]
9595
env:
9696
# NB: Must keep the keys in this inline JSON below in line with the os: above!
97-
SUFFIX: ${{fromJson('{"ubuntu-20.04":"linux-x86-64", "ubuntu-22.04-arm":"linux-arm64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
97+
SUFFIX: ${{fromJson('{"ubuntu-22.04":"linux-x86-64", "ubuntu-22.04-arm":"linux-arm64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
9898
EXTENSION: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
9999
steps:
100100
- name: "Check out repository"

0 commit comments

Comments
 (0)