From 8f24e8b28fd02b0fee68605b0ba77cefb4411931 Mon Sep 17 00:00:00 2001 From: mtgto Date: Sun, 5 Nov 2023 21:03:24 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=A7=E5=88=A9=E7=94=A8?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=AE=E3=82=92Xcode=2015.0.1=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=20(before=2015.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13e1af6d..c2084701 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer' + run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer' - uses: actions/checkout@v3 - name: test run: |