mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
github: Build on macOS 14 instead of the deprecated macOS 13
While macos-13 was running on Intel, both macos-latest (macOS 15) and macos-14 run on ARM64. While there are Intel-based images for 14 and 15, they will only be available until August 2027 (and there aren't any Intel devices anymore anyway).
This commit is contained in:
parent
d0770e5362
commit
6a55de1fa2
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
macos:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, macos-13]
|
||||
os: [macos-latest, macos-14]
|
||||
needs: pre-check
|
||||
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user