From: Tobias Brunner Date: Mon, 15 Jan 2024 14:56:58 +0000 (+0100) Subject: github: Also run tests on macOS 13 X-Git-Tag: android-2.5.0~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=be832378db59e0edd5dc0f0d7a2c737b5a80281a;p=thirdparty%2Fstrongswan.git github: Also run tests on macOS 13 Uses a newer version of clang and doesn't seem to have the issue with process_t. --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dc344a36ce..dd27fa3ccb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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