Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haha114514 authored Jul 25, 2023
1 parent 90a1cd1 commit 210dee1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
build: [x86_64-linux, x86_64-linux-musl, aarch64-linux, arm-linux, x86_64-macos, x86_64-windows, aarch64-macos] #, x86_64-win-gnu, win32-msvc
include:
- build: x86_64-linux
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu
cross: false
- build: x86_64-linux-musl
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-musl
cross: true
- build: aarch64-linux
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
- build: arm-linux
os: ubuntu-latest
os: ubuntu-20.04
rust: stable
target: arm-unknown-linux-gnueabi
cross: true
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
publish:
name: Publish
needs: [dist]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 210dee1

Please sign in to comment.