From af82b58ae4b4a1c3b164ce42c87dc6ef5619a2e0 Mon Sep 17 00:00:00 2001 From: buhe Date: Mon, 12 Feb 2024 13:55:51 +0800 Subject: [PATCH] "Update the runs-on value in swift.yml to macOS-12." --- .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 f8b34ed..c64522f 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: macOS-latest + runs-on: macOS-12 steps: - uses: actions/checkout@v4