Skip to content

Commit

Permalink
Update make-test-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolxv committed Mar 17, 2024
1 parent fed4894 commit 5a42bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-test-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compiler: clang
- os: macos-latest
compiler: clang
- os: macos-14 [Beta]
- os: macos-14
compiler: clang
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
done
working-directory: ${{ github.workspace }}/test
- name: Build and run tests (Macos M1)
if: ${{ matrix.os == 'macos-14 [Beta]' }}
if: ${{ matrix.os == 'macos-14' }}
run: |
sysctl hw
make -f Makefile.linux64.clang
Expand Down

0 comments on commit 5a42bab

Please sign in to comment.