From 131cab4a3bd1da959f194cf7fdc3d7e42602550a Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Wed, 13 Mar 2024 15:29:33 +0100 Subject: [PATCH] Fix generation matrix --- .github/workflows/release-sdk.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-sdk.yml b/.github/workflows/release-sdk.yml index 9271533..525efd4 100644 --- a/.github/workflows/release-sdk.yml +++ b/.github/workflows/release-sdk.yml @@ -52,18 +52,18 @@ jobs: - 'macos' host-os-version: - '13' - # - '14' # macos-14 uses M1, which does not support virtualization + - '14' host-arch: - 'x86_64' - - 'arm64' + - 'aarch64' target-os: - 'ubuntu' target-os-version: - '22.04' target-arch: - 'x86_64' - - 'arm64' - runs-on: ${{ matrix.host-os }}-${{ matrix.host-os-version }} + - 'aarch64' + runs-on: macos-13 # macOS 14 uses M1, which does not allow virtualization steps: - uses: ffried/swift-cross-compilation-sdk-bundles/actions/bundle-name@main id: bundle-names