From d1368fae7859ceb3576982a7dfe0f9f2abcb5644 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Mon, 24 Jun 2024 10:57:38 +0200 Subject: [PATCH] Use latest MacOS runner --- .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 02f5fa89..97f93828 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -6,7 +6,7 @@ on: [push, pull_request] jobs: build: - runs-on: macos-11 + runs-on: macos-latest env: MACOSX_DEPLOYMENT_TARGET: "11.0"