Skip to content

Commit

Permalink
Colima Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Feb 26, 2024
1 parent 17cd5f4 commit b5cd806
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

ios-tests:
name: iOS Tests
runs-on: macos-14
runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -34,6 +34,9 @@ jobs:
- name: Install colima
run: brew install colima

- name: Delete colima first
run: colima delete

- name: Start colima
run: colima start

Expand Down

0 comments on commit b5cd806

Please sign in to comment.