Skip to content

Commit

Permalink
Update zashi-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKorba authored Mar 14, 2024
1 parent ace0e84 commit 3f084bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zashi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
permissions:
contents: read

runs-on: macos-13
runs-on: macos-latest

steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
timeout-minutes: 1

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'

- name: Run tests
timeout-minutes: 30
Expand Down

0 comments on commit 3f084bd

Please sign in to comment.