Skip to content

Commit

Permalink
directvt#571 Try to fix the build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Aug 25, 2024
1 parent 9f846d8 commit e8ba4fb
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 e8ba4fb

Please sign in to comment.