diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml index 4d2ef28..b20d72b 100644 --- a/.github/workflows/build-plugin.yml +++ b/.github/workflows/build-plugin.yml @@ -10,7 +10,6 @@ defaults: shell: bash jobs: - modify-plugin-version: name: Modify plugin version runs-on: ubuntu-latest @@ -63,7 +62,7 @@ jobs: build-mac: name: mac needs: modify-plugin-version - runs-on: macos-12 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -150,11 +149,11 @@ jobs: with: token: ${{ github.token }} tag: Nightly # This may also be of the form 'refs/tags/staging' - assets: '*' + assets: "*" - name: Upload release assets uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: _artifacts/**/*.vcvplugin tag: Nightly - file_glob: true \ No newline at end of file + file_glob: true