Skip to content

Commit

Permalink
Merge pull request directvt#631 from o-sdn-o/gui-bridge
Browse files Browse the repository at this point in the history
Try to fix the build for macOS
  • Loading branch information
o-sdn-o authored Aug 25, 2024
2 parents 9f846d8 + e8ba4fb commit 4eda13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- os: windows-latest
cpu: x86
include:
- os: macos-13
- os: macos-latest
platform: macos
cpu: universal
arch: any
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.bin }} --config Release

- name: Test (POSIX)
if: matrix.os != 'macos-13' && matrix.os != 'windows-latest' && matrix.cpu != 'arm' && matrix.cpu != 'arm64'
if: matrix.os != 'windows-latest' && matrix.cpu != 'arm' && matrix.cpu != 'arm64'
run: ${{ steps.strings.outputs.bin }}/vtm -v

- name: Test AV (Windows)
Expand Down

0 comments on commit 4eda13a

Please sign in to comment.