Skip to content

Commit

Permalink
Attempt to fix Mac CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetrick committed Jan 8, 2025
1 parent 835c573 commit 244e362
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ defaults:
shell: bash

jobs:

modify-plugin-version:
name: Modify plugin version
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
file_glob: true

0 comments on commit 244e362

Please sign in to comment.