macos-latest updated in aug to be macos-15 and now was seeing kex test failure, revert to macos-14

pull/827/head
JacobBarthelmeh 2025-08-25 10:22:44 -06:00
parent 333cf30d60
commit 4f5f75f714
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-14 ]
name: Build wolfssl
runs-on: ${{ matrix.os }}
timeout-minutes: 4
@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-14 ]
config: [
'',
'--enable-all',