From 16ae2fc3b49d1270890851896044db2d6632636f Mon Sep 17 00:00:00 2001 From: baegteun Date: Sun, 13 Oct 2024 17:15:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?:green=5Fheart:=20::=20[#1312]=20GitHub=20A?= =?UTF-8?q?ction=20runner=20Xcode=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 167de5273..5f0ff0255 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,8 +28,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Select Xcode 15.4 - run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer + - name: Select Xcode 16.0 + run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer - name: Compute package dependency cache key id: compute_package_hash From 07560de49f9dd1304b7d6ede3bbe0982c19c5b00 Mon Sep 17 00:00:00 2001 From: baegteun Date: Mon, 14 Oct 2024 23:41:57 +0900 Subject: [PATCH 2/2] =?UTF-8?q?:bug:=20::=20[#1312]=20=EB=8B=A4=EB=A5=B8?= =?UTF-8?q?=20step=EC=97=90=EB=8F=84=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5f0ff0255..2a3ecc0e5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -85,8 +85,8 @@ jobs: - name: List Xcode installations run: sudo ls -1 /Applications | grep "Xcode" - - name: Select Xcode 15.4 - run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer + - name: Select Xcode 16.0 + run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer - name: Show swift version run: swift --version