From b23fb7b0574187218c53ae66f6aa84e68cc38816 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 27 Oct 2022 16:42:53 +0700 Subject: [PATCH] Fix tests --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3786561..2f1987f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,7 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v3 + - run: sudo xcode-select -switch /Applications/Xcode_14.1.app - run: swift test lint: runs-on: ubuntu-latest