Skip to content

Commit

Permalink
Merge pull request #1338 from wakmusic/1337-ci-runner-upgrade
Browse files Browse the repository at this point in the history
๐Ÿ”€ :: (#1337) CI runner ๋ฒ„์ „ ์—…๊ทธ๋ ˆ์ด๋“œ
  • Loading branch information
baekteun authored Jan 31, 2025
2 parents 6748abb + cecb8bb commit 3ad5ba0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ concurrency:
jobs:
prepare-ci:
name: โš™๏ธ Prepare CI
runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
- name: Select Xcode 16.2
run: sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer

- name: Compute package dependency cache key
id: compute_package_hash
Expand Down Expand Up @@ -80,13 +80,13 @@ jobs:
needs: prepare-ci

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"

- name: Select Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
- name: Select Xcode 16.2
run: sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer

- name: Show swift version
run: swift --version
Expand Down

0 comments on commit 3ad5ba0

Please sign in to comment.