mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Build Intel macOS package (#4115)
* Build Intel Macos package https://github.com/actions/runner-images/tree/main * Downgrade to `macos-13` gh worker This seems like the last free intel worker
This commit is contained in:
4
.github/workflows/MacOS-pack.yml
vendored
4
.github/workflows/MacOS-pack.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
||||
os: macos-14,
|
||||
arch: arm64
|
||||
}
|
||||
- {
|
||||
os: macos-13,
|
||||
arch: intel
|
||||
}
|
||||
runs-on: ${{ matrix.dist.os }}
|
||||
env:
|
||||
APP_NAME: flameshot
|
||||
|
||||
Reference in New Issue
Block a user