Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed Sep 29, 2022
1 parent aae2b40 commit 5bb3bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
target:
- { name: Linux-x64, os: ubuntu-latest, tool: x86_64-unknown-linux-musl }
- { name: Linux-x64-GNU, os: ubuntu-18.04, tool: x86_64-unknown-linux-gnu }
- { name: Linux-x64-GNU, os: ubuntu-20.04, tool: x86_64-unknown-linux-gnu }
- { name: macOS-x64, os: macos-latest, tool: x86_64-apple-darwin }
- { name: Windows-x64, os: windows-latest, tool: x86_64-pc-windows-msvc }

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- { name: macOS-x64, os: macos-latest, tool: x86_64-apple-darwin }
- { name: Windows-x64, os: windows-latest, tool: x86_64-pc-windows-msvc }
- { name: Linux-x64, os: ubuntu-latest, tool: x86_64-unknown-linux-musl }
- { name: Linux-x64-GNU, os: ubuntu-18.04, tool: x86_64-unknown-linux-gnu }
- { name: Linux-x64-GNU, os: ubuntu-20.04, tool: x86_64-unknown-linux-gnu }
- { name: macOS-aarch64, os: macos-latest, tool: aarch64-apple-darwin }
- { name: Windows-aarch64, os: windows-latest, tool: aarch64-pc-windows-msvc }
- { name: Linux-aarch64, os: ubuntu-latest, tool: aarch64-unknown-linux-musl }
Expand Down

0 comments on commit 5bb3bd4

Please sign in to comment.