Merge pull request #1465 from gitbutlerapp/update-platform-matrix

🔧 fix: update job matrix for GitHub Actions workflow to include macOS…
This commit is contained in:
Nikita Galaiko 2023-10-30 11:02:19 +02:00 committed by GitHub
commit 1fe44934e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,9 @@ jobs:
fail-fast: false
matrix:
platform:
- macos-latest
- [self-hosted, macOS, ARM64] # mac studio in berlin
- ubuntu-20.04
# uncomment when this is solved: https://github.com/tauri-apps/tauri/issues/4174
# - [self-hosted, Linux, ARM64] # mac studio in berlin
- macos-latest # [macOs, x64]
- macos-latest-xlarge # [macOs, ARM64]
- ubuntu-20.04 # [linux, x64]
runs-on: ${{ matrix.platform }}
steps: