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 5ab3e4c commit 722f1a2Copy full SHA for 722f1a2
.github/workflows/build_and_release.yml
@@ -31,7 +31,7 @@ jobs:
31
zip_name: PerceptoMap_vst3_${{ github.ref_name }}_linux_x64.zip
32
33
- name: macOS x86
34
- os: macos-13
+ os: macos-15-intel
35
generator: "Unix Makefiles"
36
artifact_path: PerceptoMap_artefacts/Release/VST3/PerceptoMap.vst3
37
zip_name: PerceptoMap_vst3_${{ github.ref_name }}_macOS_x64.zip
@@ -103,4 +103,4 @@ jobs:
103
with:
104
files: ${{ env.BUILD_DIR }}/${{ matrix.zip_name }}
105
env:
106
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments