mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-13 23:48:07 +03:00
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:
commit
1fe44934e4
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user