We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9fb94 commit 4f75550Copy full SHA for 4f75550
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
24
- { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
25
- { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
26
- - { name: MacOS, os: macos-12, flags: -GNinja }
+ - { name: MacOS, os: macos-13, flags: -GNinja }
27
type:
28
- { name: Debug }
29
- { name: Release }
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v4
43
with:
44
repository: SFML/SFML
45
- ref: 2.6.1
+ ref: 2.6.2
46
path: SFML
47
48
- name: Configure SFML CMake
0 commit comments