Update macOS version in CI workflow

This commit is contained in:
Aaron Kimbrell
2025-12-16 14:32:20 -06:00
committed by GitHub
parent e342bb7d35
commit 9a76ceae66

View File

@@ -13,7 +13,7 @@ jobs:
continue-on-error: true continue-on-error: true
strategy: strategy:
matrix: matrix:
os: [ windows-2022, ubuntu-22.04, macos-latest ] os: [ windows-2022, ubuntu-22.04, macos-14 ]
steps: steps:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
@@ -26,7 +26,7 @@ jobs:
vs-version: '[17,18)' vs-version: '[17,18)'
msbuild-architecture: x64 msbuild-architecture: x64
- name: Install libssl and switch to XCode 15.2 (Mac Only) - name: Install libssl and switch to XCode 15.2 (Mac Only)
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-14' }}
run: | run: |
brew install openssl@3 brew install openssl@3
- name: Get CMake 3.x - name: Get CMake 3.x