Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 5d01089

Browse files
Update release.yml
1 parent 8a32987 commit 5d01089

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)