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:
Tobias Brunner
2024-01-16 11:00:29 +01:00
parent 2b74b63691
commit be832378db
+4 -1
View File
@@ -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