github: Also run tests on macOS 13
Uses a newer version of clang and doesn't seem to have the issue with process_t.
This commit is contained in:
@@ -21,9 +21,12 @@ jobs:
|
|||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content'
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [macos-latest, macos-13]
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
||||||
runs-on: macos-latest
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
env:
|
env:
|
||||||
TEST: macos
|
TEST: macos
|
||||||
|
|||||||
Reference in New Issue
Block a user