We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bebdf5 commit bee989eCopy full SHA for bee989e
.github/workflows/MacOS-pack.yml
@@ -29,11 +29,11 @@ jobs:
29
matrix:
30
dist:
31
- {
32
- os: macos-14,
+ os: macos-15,
33
arch: arm64
34
}
35
36
- os: macos-13,
37
arch: intel
38
39
runs-on: ${{ matrix.dist.os }}
@@ -96,4 +96,4 @@ jobs:
96
with:
97
name: ${{ env.PRODUCT }}-${{ env.VER_INFO }}-artifact-macos-${{ matrix.dist.arch }}
98
path: ${{ github.workspace }}/build/src/Flameshot-${{ env.VERSION }}.dmg
99
- overwrite: true
+ overwrite: true
0 commit comments