Skip to content

Commit

Permalink
change system version
Browse files Browse the repository at this point in the history
  • Loading branch information
MXWXZ committed Aug 30, 2024
1 parent 0824675 commit a430a00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
matrix:
platform:
- os_name: linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-musl
bin: skynet
name: skynet-linux-x86_64.tar.gz
- os_name: linux-i686
os: ubuntu-20.04
os: ubuntu-latest
target: i686-unknown-linux-musl
bin: skynet
name: skynet-linux-i686.tar.gz
- os_name: linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-musl
bin: skynet
name: skynet-linux-aarch64.tar.gz
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
matrix:
platform:
- os_name: linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-musl
lib: lib$d.so
- os_name: linux-i686
os: ubuntu-20.04
os: ubuntu-latest
target: i686-unknown-linux-musl
lib: lib$d.so
- os_name: linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-musl
lib: lib$d.so
- os_name: windows-x86_64
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
matrix:
platform:
- os_name: linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-musl
bin: skynet
name: skynet-linux-x86_64.tar.gz
- os_name: linux-i686
os: ubuntu-20.04
os: ubuntu-latest
target: i686-unknown-linux-musl
bin: skynet
name: skynet-linux-i686.tar.gz
- os_name: linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-musl
bin: skynet
name: skynet-linux-aarch64.tar.gz
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
push_dockerhub:
needs: build_skynet
name: Push to dockerhub
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Log in
Expand Down

0 comments on commit a430a00

Please sign in to comment.