Skip to content

Commit

Permalink
chore: ci 에 원격 머신을 사용하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Apr 14, 2024
1 parent fdd40f5 commit 75cf7d6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,18 @@ concurrency:

jobs:
build_and_test:
runs-on:
group: ios-org-runners
runs-on: macos-14

env:
SCHEME: KarrotListKit
DESTINATION: platform=iOS Simulator,name=iPhone 15 Pro,OS=latest
DESTINATION: platform=iOS Simulator,name=iPhone 15,OS=17.2

steps:
- uses: actions/checkout@v4

- name: Setup Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
shell: bash
run: |
XCODE_VERSION=$(cat .xcode-version)
echo "DEVELOPER_DIR=/Applications/Xcode-$XCODE_VERSION.app/Contents/Developer/" >> $GITHUB_ENV

- name: Run `build-for-testing`
run: |
Expand Down

0 comments on commit 75cf7d6

Please sign in to comment.