Skip to content

Commit

Permalink
Fix generation matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 13, 2024
1 parent 81c9dbf commit 131cab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 131cab4

Please sign in to comment.