Skip to content

Commit e5c8c43

Browse files
authored
Update prerelease.yml
1 parent 947eba5 commit e5c8c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
name: REAL-Video-Enhancer-${{ env.APP_VERSION }}-Windows-Setup_x86_64.exe
149149
path: REAL-Video-Enhancer-${{ env.APP_VERSION }}-Windows-Setup_x86_64.exe
150150

151-
build-MacOS:
152-
runs-on: macos-14-large
151+
build-MacOS_x86_64:
152+
runs-on: macos-15-intel
153153
permissions: write-all
154154
steps:
155155

@@ -219,7 +219,7 @@ jobs:
219219
path: REAL-Video-Enhancer-${{ env.APP_VERSION }}-MacOS_arm64.zip
220220

221221
Release:
222-
needs: [build-Windows, build-Linux, build-MacOS_arm64, build-Linux_arm64]
222+
needs: [build-Windows, build-Linux, build-MacOS_arm64, build-Linux_arm64, build-MacOS_x86_64]
223223
runs-on: ubuntu-latest
224224
permissions:
225225
contents: write

0 commit comments

Comments
 (0)