From ebabdb2303b0da21aa6f8e180f28ae462f53f08d Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 31 Jan 2024 01:32:44 +0100 Subject: [PATCH] Test CI - 4 --- .github/workflows/main.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5f9b5d07a..b46041cb8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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