From 881263628d8278e07a7b1bd22b7cb288a2af607c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 2 May 2024 10:31:20 +0200 Subject: [PATCH] ci: use macOS 13 for macOS jobs ... because predator is not (yet) compatible with arm64 macOS. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 67ea75e21..45801ca3f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -28,7 +28,7 @@ jobs: - variant: ', variant: debug build' host: llvm-debug - runs-on: macos-latest + runs-on: macos-13 env: CFLAGS: -Werror CXXFLAGS: -Werror