Skip to content

Commit 41b89b8

Browse files
authored
Use skiptool's action instead (#217)
1 parent badd7e2 commit 41b89b8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,14 @@ jobs:
118118
# run: swift build -c ${{ matrix.config }}
119119

120120
android:
121+
strategy:
122+
matrix:
123+
swift:
124+
- "6.0.2"
121125
name: Android
122-
runs-on: ubuntu-22.04
126+
runs-on: ubuntu-latest
123127
env:
124128
OMIT_MACRO_TESTS: 1
125129
steps:
126-
- uses: johankool/swift-android-test-action@v1
130+
- uses: actions/checkout@v4
131+
- uses: skiptools/swift-android-action@v2

0 commit comments

Comments
 (0)