From c6e5410ebc9a76878a8f35c1b150727050c74916 Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 4 May 2023 10:06:38 +0100 Subject: [PATCH] maint: update to macos13 (#24) --- .github/workflows/build.yml | 2 +- premake5.lua | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b0543b..91f6730 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: build-mac: name: Build macOS - runs-on: macos-12 + runs-on: macos-13 strategy: fail-fast: false matrix: diff --git a/premake5.lua b/premake5.lua index d41c4b3..f662060 100644 --- a/premake5.lua +++ b/premake5.lua @@ -68,10 +68,6 @@ filter {"system:windows"} systemversion "latest" filter {} -filter {"system:macosx"} - systemversion "12.0" -filter {} - symbols "On" staticruntime "On" editandcontinue "Off"