Skip to content

Commit

Permalink
Update CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Oct 25, 2021
1 parent 388b8c1 commit 9665398
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: vst_windows

build-macOS:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 0 additions & 1 deletion ci/ci_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ cmake -GXcode \
..
cmake --build . -j2 --config Release

# No idea how to set $HOME as path of actions/upload-artifact@v1.
mv "$HOME"/vst3sdk/build/VST3/Release "$GITHUB_WORKSPACE"/vst_macOS
xattr -rc "$GITHUB_WORKSPACE"/vst_macOS
1 change: 0 additions & 1 deletion ci/ci_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ cmake -DCMAKE_BUILD_TYPE=Release \
..
cmake --build .

# No idea how to set $HOME as path of actions/upload-artifact@v1.
mv "$HOME"/vst3sdk/build/VST3/Release "$GITHUB_WORKSPACE"/vst_ubuntu

0 comments on commit 9665398

Please sign in to comment.