From 884a9591b359e594c9cb3f7e7d9b8d100ef8cb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Fri, 22 Nov 2024 00:26:28 +0100 Subject: [PATCH] Upgrade Mac CI to use latest OS version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc7d9e9..7a9124b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: run: swift test test-macos: - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4