From 9d0173a4e66085d93f2847cd5ebc3b2187322ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Fri, 15 Dec 2023 16:58:58 -0500 Subject: [PATCH] Update for macOS 13 Apple Silicon --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 8cff4c9..e47db2d 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -1,7 +1,7 @@ -# This workflow will build a Swift project +# This workflow will build a Swift project on macOS # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift -name: Swift +name: macos-build on: push: @@ -16,7 +16,7 @@ jobs: # https://github.com/actions/runner-images/tree/main/images/macos DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer - runs-on: macos-latest + runs-on: macos-13-arm64 steps: - uses: actions/checkout@v3