Skip to content

Commit 92ad8cd

Browse files
committed
Check if the trunk macOS snapshots are working again and bump all builds
1 parent 2d28cc3 commit 92ad8cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
matrix:
1313
version: [release, devel, trunk]
1414
os: [ubuntu-24.04, macos-13]
15-
exclude:
16-
- version: trunk
17-
os: macos-13
1815
env:
1916
ANDROID_API_LEVEL: 24
2017
BUNDLE_VERSION: 0.1
@@ -34,7 +31,7 @@ jobs:
3431
SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
3532
fi
3633
echo "tag=$SWIFT_TAG" >> $GITHUB_OUTPUT
37-
echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-test-bundle" >> $GITHUB_OUTPUT
34+
echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-sdk-bundle" >> $GITHUB_OUTPUT
3835
- name: Get cached SDK bundle
3936
id: cache-bundle
4037
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)