Skip to content

Commit 4f75550

Browse files
committed
Update macOS image version for CI
1 parent fb9fb94 commit 4f75550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
2424
- { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
2525
- { 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 }
26+
- { name: MacOS, os: macos-13, flags: -GNinja }
2727
type:
2828
- { name: Debug }
2929
- { name: Release }
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
repository: SFML/SFML
45-
ref: 2.6.1
45+
ref: 2.6.2
4646
path: SFML
4747

4848
- name: Configure SFML CMake

0 commit comments

Comments
 (0)