mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-02-14 06:49:51 +00:00
fix: macos ci (#1955)
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.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-13 ]
|
os: [ windows-2022, ubuntu-22.04, macos-15-intel ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
||||||
|
|||||||
@@ -616,7 +616,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ci-macos-13",
|
"name": "ci-macos-15-intel",
|
||||||
"displayName": "[Release] MacOS",
|
"displayName": "[Release] MacOS",
|
||||||
"description": "CI workflow preset for MacOS",
|
"description": "CI workflow preset for MacOS",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
|||||||
Reference in New Issue
Block a user