mirror of https://github.com/libAthena/athena.git
Use macos-13
This commit is contained in:
parent
cce4b5e2c7
commit
50991752f8
|
@ -106,7 +106,7 @@ jobs:
|
||||||
|
|
||||||
build-macos-universal:
|
build-macos-universal:
|
||||||
name: Build macOS (AppleClang universal)
|
name: Build macOS (AppleClang universal)
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LLVM_MAJOR: 15
|
LLVM_MAJOR: 15
|
||||||
|
@ -167,7 +167,7 @@ jobs:
|
||||||
|
|
||||||
build-win32-amd64:
|
build-win32-amd64:
|
||||||
name: Build Windows (MSVC AMD64)
|
name: Build Windows (MSVC AMD64)
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LLVM_VERSION: 15.0.7
|
LLVM_VERSION: 15.0.7
|
||||||
|
|
Loading…
Reference in New Issue