Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Mar 24, 2024
1 parent 6bbc4bd commit 23960a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ on:

jobs:
test:
runs-on: macos-14-large
runs-on: macos-13
steps:
- name: switch Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: setup-docker
uses: docker-practice/actions-setup-docker@v1
timeout-minutes: 30

- name: Checkout
uses: actions/checkout@v2

- name: Run Test
run: |
Resource/ApiTest/main.sh

0 comments on commit 23960a2

Please sign in to comment.