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'
|
||||
|
||||
macos:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, macos-13]
|
||||
needs: pre-check
|
||||
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
||||
runs-on: macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
TEST: macos
|
||||
|
||||
Reference in New Issue
Block a user