From 4c8d894bacbe0ddf726964520c56429fbb3249e2 Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Wed, 5 Jun 2024 09:22:13 +0100 Subject: [PATCH] try that again ffs --- .github/workflows/release2.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index bfbafcb9f..e87c464e7 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -14,15 +14,15 @@ jobs: strategy: matrix: include: - # - name: linux-amd64 - # runner: ubuntu-latest - # target: x86_64-unknown-linux-gnu - # - name: win-amd64 - # runner: windows-latest - # target: x86_64-pc-windows-msvc - # - name: macos-amd64 - # runner: macos-latest - # target: x86_64-apple-darwin + - name: linux-amd64 + runner: ubuntu-latest + target: x86_64-unknown-linux-gnu + - name: win-amd64 + runner: windows-latest + target: x86_64-pc-windows-msvc + - name: macos-amd64 + runner: macos-latest + target: x86_64-apple-darwin - name: macos-arm64 runner: macos-latest target: aarch64-apple-darwin