]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Also run tests on macOS 13
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Jan 2024 14:56:58 +0000 (15:56 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 16 Jan 2024 10:00:29 +0000 (11:00 +0100)
Uses a newer version of clang and doesn't seem to have the issue with
process_t.

.github/workflows/macos.yml

index dc344a36cec8240b1ffc5d68f7b5c0e262bd3b20..dd27fa3ccbbf456ccc925b4abcfef78b1d663e18 100644 (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