Skip to content

Commit

Permalink
Test CI - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jan 31, 2024
1 parent 987e20f commit ebabdb2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
os: ubuntu-latest
- target: aarch64-linux-gnu
os: ubuntu-latest
# - target: x86_64-macos-none
# os: macos-latest
# - target: aarch64-macos-none
# os: macos-latest
- target: x86_64-macos-none
os: macos-latest
- target: aarch64-macos-none
os: macos-latest
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -53,4 +53,8 @@ jobs:
- name: Create GH Release
uses: softprops/action-gh-release@v0.1.15
with:
files: zig-*.tar.bz2
files: |
zig-x86_64-linux-gnu.tar.bz2
zig-aarch64-linux-gnu.tar.bz2
zig-x86_64-macos-none.tar.bz2
zig-aarch64-macos-none.tar.bz2

0 comments on commit ebabdb2

Please sign in to comment.