From 66f520a90c6eff12646e9d94fc640d8950b10e6e Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 8 Aug 2024 16:09:54 -0600 Subject: [PATCH] Update macOS.yml --- .github/workflows/macOS.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 7353c39..b75745c 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -9,8 +9,10 @@ on: jobs: build: runs-on: macos-latest - steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest - uses: actions/checkout@v3 - name: Build run: swift build -v