Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Dec 28, 2024
1 parent e867383 commit ed2b584
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ on:
branches:
- Develope


jobs:
build:
runs-on: macos-15
runs-on: macos-latest

steps:
- uses: actions/checkout@v4

- name: Select Xcode
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

- name: Check Swift version
run: swift --version
Expand Down

0 comments on commit ed2b584

Please sign in to comment.