mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-24 21:50:13 +00:00
Update macOS version in CI workflow
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user