From 243c8c2bcf4a856f7bdf7da1685768a4702452c1 Mon Sep 17 00:00:00 2001 From: Oleg Derevenetz Date: Sun, 6 Oct 2024 23:56:18 +0300 Subject: [PATCH] macOS 12 is now deprecated --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3b3ce434e22..3db4330c271 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -102,7 +102,7 @@ jobs: CXX: aarch64-linux-gnu-g++ AR: aarch64-linux-gnu-ar - name: macOS SDL2 - os: macos-12 + os: macos-13 dependencies: sdl2 sdl2_mixer sdl2_image env: FHEROES2_STRICT_COMPILATION: ON