Skip to content

Commit b886003

Browse files
committed
try warp again
1 parent 1c1a804 commit b886003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew library:testDebug
3131
library-integration:
3232
name: Library (Integration Tests)
33-
runs-on: macos-latest
33+
runs-on: warp-macos-13-arm64-6x
3434
steps:
3535
- name: Checkout project sources
3636
uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
- name: Validate Gradle Wrapper
4444
uses: gradle/wrapper-validation-action@v1
4545
- name: Set up Docker
46-
run: brew install docker docker-compose
46+
run: brew install docker docker-compose colima
4747
- name: Start Colima
4848
run: colima start
4949
- name: Start Docker containers

0 commit comments

Comments
 (0)