We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc9322 commit 488effdCopy full SHA for 488effd
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
swift_version: ['6.3', 'nightly-6.3', 'nightly-main']
24
- ndk_version: ['r27d', 'r29', 'r30-beta1']
+ ndk_version: ['r27d', 'r29', 'r30-beta2']
25
os: ['ubuntu-latest', 'macos-latest']
26
configuration: ['Debug', 'Release']
27
runs-on: ${{ matrix.os }}
0 commit comments