This repository was archived by the owner on Jan 30, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 include :
14- - os : ubuntu-20 .04
14+ - os : ubuntu-22 .04
1515 target : aarch64-unknown-linux-gnu
1616 deps : |
1717 sudo apt-get update
1818 sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
1919 env :
2020 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
21- - os : ubuntu-20 .04
21+ - os : ubuntu-22 .04
2222 target : x86_64-unknown-linux-gnu
2323 - os : macos-latest
2424 target : x86_64-apple-darwin
9494
9595 create_release :
9696 needs : build_binaries
97- runs-on : ubuntu-20 .04
97+ runs-on : ubuntu-22 .04
9898 if : github.event_name != 'workflow_dispatch'
9999 permissions :
100100 contents : write
@@ -128,7 +128,7 @@ jobs:
128128
129129 update_homebrew :
130130 needs : [create_release, build_binaries]
131- runs-on : ubuntu-20 .04
131+ runs-on : ubuntu-22 .04
132132 if : github.event_name != 'workflow_dispatch'
133133 steps :
134134 - name : checkout
You can’t perform that action at this time.
0 commit comments