Skip to content

Commit 4f5f75f

Browse files
macos-latest updated in aug to be macos-15 and now was seeing kex test failure, revert to macos-14
1 parent 333cf30 commit 4f5f75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/singlethread-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ ubuntu-latest, macos-latest ]
21+
os: [ ubuntu-latest, macos-14 ]
2222
name: Build wolfssl
2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 4
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
os: [ ubuntu-latest, macos-latest ]
49+
os: [ ubuntu-latest, macos-14 ]
5050
config: [
5151
'',
5252
'--enable-all',

0 commit comments

Comments
 (0)