Skip to content

Commit

Permalink
更新 Github action 設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Darktt committed Nov 29, 2024
1 parent e42e940 commit 442d286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
jobs:
build:

runs-on: macos-15.1.1
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_16.0.app && /usr/bin/xcodebuild -version
- name: Run tests
Expand Down

0 comments on commit 442d286

Please sign in to comment.