From 3541c40f5fd8ec230a3e2bd5920edc4d4ded6722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pereda?= Date: Mon, 25 Mar 2024 18:16:26 +0100 Subject: [PATCH] Use macOS-14 (#33) * Use macOS-14 * Use macOS-14 * revert change --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index f3be2cf..ccc382b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v2