Skip to content

Commit

Permalink
Merge branch 'main' into testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Apr 7, 2023
2 parents a48ef6f + 2e351ab commit 93a8db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
release:
strategy:
matrix:
os: [ubuntu-18.04, macOS-latest, windows-latest]
os: [ubuntu-20.04, macOS-latest, windows-latest]
platform: [x86_64, arm64]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
platform: x86_64
target: x86_64-unknown-linux-gnu
name: release_linux.tar.gz
- os: ubuntu-18.04
- os: ubuntu-20.04
platform: arm64
target: aarch64-unknown-linux-gnu
name: release_linux_arm64.tar.gz
Expand Down

0 comments on commit 93a8db4

Please sign in to comment.