From 4f5f75f714ea9d2b00fc2a3523719c28b77ed61e Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Mon, 25 Aug 2025 10:22:44 -0600 Subject: [PATCH] macos-latest updated in aug to be macos-15 and now was seeing kex test failure, revert to macos-14 --- .github/workflows/singlethread-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/singlethread-check.yml b/.github/workflows/singlethread-check.yml index af56fe7e..9055af33 100644 --- a/.github/workflows/singlethread-check.yml +++ b/.github/workflows/singlethread-check.yml @@ -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',