From 6b044bdf11150b0bd4bb8a36cff182bff6623b1a Mon Sep 17 00:00:00 2001 From: Stelios Petrakis Date: Mon, 10 Jun 2024 10:13:48 +0200 Subject: [PATCH] Updates CI runner image from MacOS 12 to MacOS 14 --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 5754633..fcccc8c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v3