Skip to content

Commit 93d456d

Browse files
authored
Build Intel macOS package (flameshot-org#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
1 parent 24332cf commit 93d456d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/MacOS-pack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
os: macos-14,
3333
arch: arm64
3434
}
35+
- {
36+
os: macos-13,
37+
arch: intel
38+
}
3539
runs-on: ${{ matrix.dist.os }}
3640
env:
3741
APP_NAME: flameshot

0 commit comments

Comments
 (0)