Skip to content

Commit f67dda7

Browse files
committed
Revert to windows-2022
1 parent 72cf8ad commit f67dda7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
# windows JVM
120120
windows:
121-
runs-on: windows-latest
121+
runs-on: windows-2022
122122
steps:
123123
- name: Checkout sources
124124
uses: actions/checkout@v4
@@ -130,6 +130,7 @@ jobs:
130130

131131
- name: Build and Test ${{ env.PACKAGE_NAME }} on Windows JVM
132132
run: |
133+
./gradlew apiCheck
133134
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true build
134135
./gradlew -P"aws.sdk.kotlin.crt.disableCrossCompile"=true allTests
135136

0 commit comments

Comments
 (0)