From 323645b8e7519b92306e6ea0962d318755711c72 Mon Sep 17 00:00:00 2001 From: Maxim Bazarov Date: Sat, 13 Apr 2024 12:05:05 +0200 Subject: [PATCH] Update swift-build-test.yml --- .github/workflows/swift-build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-build-test.yml b/.github/workflows/swift-build-test.yml index 7016eb0..a6f9811 100644 --- a/.github/workflows/swift-build-test.yml +++ b/.github/workflows/swift-build-test.yml @@ -14,7 +14,7 @@ on: jobs: build: - runs-on: macos-14-arm64 + runs-on: macos-14 steps: # - uses: swift-actions/setup-swift@v1 # with: