Skip to content

Commit 9e99103

Browse files
authored
chore(release): upgrade Ubuntu (#528)
GitHub will force us soon: The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025. To raise awareness of the upcoming removal, we will temporarily fail jobs using Ubuntu 20.04. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times: March 4 14:00 UTC – 22:00 UTC March 11 13:00 UTC – 21:00 UTC March 18 13:00 UTC – 21:00 UTC March 25 13:00 UTC – 21:00 UTC Note, the only way I know to test this is to land it and 🤞🏻 a release
1 parent 1717d11 commit 9e99103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Pin to runner releases since our Rust compile is fiddly with system libs
19-
os: [ubuntu-20.04, macos-13]
19+
os: [ubuntu-22.04, macos-13]
2020
runs-on: ${{ matrix.os }}
2121

2222
steps:

0 commit comments

Comments
 (0)