|
24 | 24 | - { name: Windows MinGW x86, os: windows-2025, flags: -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ } |
25 | 25 | - { name: Windows MinGW x64, os: windows-2025, flags: -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ } |
26 | 26 | - { name: Linux GCC, os: ubuntu-24.04 } |
27 | | - - { name: macOS x64, os: macos-13 } |
| 27 | + - { name: macOS x64, os: macos-15, flags: -DCMAKE_OSX_ARCHITECTURES=x86_64 } |
28 | 28 | - { name: macOS arm64, os: macos-15 } |
29 | 29 | config: |
30 | 30 | - { name: Shared, flags: -DBUILD_SHARED_LIBS=ON } |
|
33 | 33 | - { name: Release, flags: -DCMAKE_BUILD_TYPE=Release } |
34 | 34 | - { name: Debug, flags: -DCMAKE_BUILD_TYPE=Debug } |
35 | 35 | include: |
36 | | - - platform: { name: macOS x64, os: macos-13 } |
37 | | - config: { name: Frameworks, flags: -DSFML_BUILD_FRAMEWORKS=ON -DBUILD_SHARED_LIBS=ON } |
| 36 | + - platform: { name: macOS x64, os: macos-15 } |
| 37 | + config: { name: Frameworks, flags: -DSFML_BUILD_FRAMEWORKS=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x86_64 } |
38 | 38 | type: { name: Release } |
39 | 39 | - platform: { name: macOS arm64, os: macos-15 } |
40 | 40 | config: { name: Frameworks, flags: -DSFML_BUILD_FRAMEWORKS=ON -DBUILD_SHARED_LIBS=ON } |
@@ -279,7 +279,7 @@ jobs: |
279 | 279 | - { name: Windows MinGW x86, os: windows-2025 } |
280 | 280 | - { name: Windows MinGW x64, os: windows-2025 } |
281 | 281 | - { name: Linux GCC, os: ubuntu-24.04 } |
282 | | - - { name: macOS x64, os: macos-13 } |
| 282 | + - { name: macOS x64, os: macos-15 } |
283 | 283 | - { name: macOS arm64, os: macos-15 } |
284 | 284 |
|
285 | 285 | steps: |
|
0 commit comments