Skip to content

Commit

Permalink
Update build-qv2ray-cmake.yml
Browse files Browse the repository at this point in the history
update
  • Loading branch information
iamqk committed May 24, 2023
1 parent b8105fd commit fe7b55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qv2ray-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, '!QT5') }}
strategy:
matrix:
platform: [macos-12, windows-latest, ubuntu-20.04]
platform: [macos-12, windows-latest]
# ui_type: [QWidget, QML]
# platform: [macos-12]
arch: [x64]
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions/setup-node@v1
if: matrix.platform == 'macos-12'
with:
node-version: "14.x"
node-version: "16.x"
- run: npm install -g appdmg

if: matrix.platform == 'macos-12'
Expand Down

0 comments on commit fe7b55a

Please sign in to comment.