Skip to content

Commit 722f1a2

Browse files
authored
Change macOS x86_64 runner
1 parent 5ab3e4c commit 722f1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
zip_name: PerceptoMap_vst3_${{ github.ref_name }}_linux_x64.zip
3232

3333
- name: macOS x86
34-
os: macos-13
34+
os: macos-15-intel
3535
generator: "Unix Makefiles"
3636
artifact_path: PerceptoMap_artefacts/Release/VST3/PerceptoMap.vst3
3737
zip_name: PerceptoMap_vst3_${{ github.ref_name }}_macOS_x64.zip
@@ -103,4 +103,4 @@ jobs:
103103
with:
104104
files: ${{ env.BUILD_DIR }}/${{ matrix.zip_name }}
105105
env:
106-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)