From 5e50eaee6d570f9fac99599c1b4f49aa3bedccc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Sat, 16 Dec 2023 07:49:24 -0500 Subject: [PATCH] use x64 macOS for github action --- .github/workflows/swift.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index da749c4..e6f24bd 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,7 +16,8 @@ jobs: # https://github.com/actions/runner-images/tree/main/images/macos DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer - runs-on: macos-13-arm64 + # runs-on: macos-13-arm64 + runs-on: macos-13 steps: - uses: actions/checkout@v3