mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
more specific runners description
This commit is contained in:
parent
20da88c531
commit
2ece0c32c1
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@ -31,8 +31,9 @@ jobs:
|
||||
matrix:
|
||||
platform:
|
||||
- macos-latest
|
||||
- ubuntu-20.04
|
||||
- macos-aarch64
|
||||
- [self-hosted, macOS, ARM64]
|
||||
- [self-hosted, Linux, X64]
|
||||
- [self-hosted, Linux, ARM64]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user