mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Stop using macOS 11 images
This commit is contained in:
parent
03179abbf6
commit
779b963530
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
||||
- { name: Linux GCC OpenGL ES, os: ubuntu-20.04, flags: -DSFML_OPENGL_ES=ON }
|
||||
- { name: macOS x64, os: macos-12 }
|
||||
- { name: macOS arm64, os: macos-14 }
|
||||
- { name: iOS, os: macos-11, flags: -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64 }
|
||||
- { name: iOS Xcode, os: macos-11, suffix: -- CODE_SIGNING_ALLOWED=NO, flags: -DCMAKE_SYSTEM_NAME=iOS -GXcode }
|
||||
- { name: iOS, os: macos-12, flags: -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64 }
|
||||
- { name: iOS Xcode, os: macos-12, suffix: -- CODE_SIGNING_ALLOWED=NO, flags: -DCMAKE_SYSTEM_NAME=iOS -GXcode }
|
||||
config:
|
||||
- { name: Shared, flags: -DBUILD_SHARED_LIBS=TRUE }
|
||||
- { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }
|
||||
|
Loading…
Reference in New Issue
Block a user