Skip to content

Commit

Permalink
use regular runner for unit tests #639
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers committed May 17, 2023
1 parent f8f6684 commit b3e2388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

lint:
needs: build
runs-on: macos-13-xl
runs-on: macos-13
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:

test:
needs: build
runs-on: macos-13-xl
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b3e2388

Please sign in to comment.