Skip to content

Commit bee989e

Browse files
Update macOS version in workflow configuration (flameshot-org#4456)
1 parent 3bebdf5 commit bee989e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/MacOS-pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
matrix:
3030
dist:
3131
- {
32-
os: macos-14,
32+
os: macos-15,
3333
arch: arm64
3434
}
3535
- {
36-
os: macos-13,
36+
os: macos-15,
3737
arch: intel
3838
}
3939
runs-on: ${{ matrix.dist.os }}
@@ -96,4 +96,4 @@ jobs:
9696
with:
9797
name: ${{ env.PRODUCT }}-${{ env.VER_INFO }}-artifact-macos-${{ matrix.dist.arch }}
9898
path: ${{ github.workspace }}/build/src/Flameshot-${{ env.VERSION }}.dmg
99-
overwrite: true
99+
overwrite: true

0 commit comments

Comments
 (0)