Skip to content

Commit 9ff4b7f

Browse files
Merge pull request IENT#616 from th1nk3r-ing/develop
Fix : reenable `Build App (Mac)` on macos 13
2 parents 807d2ab + 9f0d142 commit 9ff4b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
zip -r ${{matrix.ARTIFACT_NAME}} YUView.app/
132132
mkdir $GITHUB_WORKSPACE/artifacts
133133
cp ${{matrix.ARTIFACT_NAME}} $GITHUB_WORKSPACE/artifacts/
134-
if: matrix.os == 'macos-12' || matrix.os == 'macos-14'
134+
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
135135
- name: Build Appimage (Linux)
136136
run: |
137137
cd build

0 commit comments

Comments
 (0)