Skip to content

Commit

Permalink
Use newer macos runners, allow running arm64 tests on arm64 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 26, 2024
1 parent 706db70 commit fac4834
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
platform: win-vs-32
- os: windows-2022
platform: win-vs-64
- os: macos-11
- os: macos-13
platform: macos-clang-64
- os: macos-11
- os: macos-14
platform: macos-clang-arm64

steps:
Expand All @@ -62,4 +62,3 @@ jobs:

- name: Run tests
run: make PLATFORM=${{ matrix.platform }} -k -C tests test
if: matrix.platform != 'macos-clang-arm64'

0 comments on commit fac4834

Please sign in to comment.