Skip to content

Commit db8eb81

Browse files
ci: use ubuntu 22.04
1 parent b51c3be commit db8eb81

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- os: ubuntu-latest
31+
- os: ubuntu-22.04
3232
platform: JVM
3333
targets: jvmTest
34-
- os: ubuntu-latest
34+
- os: ubuntu-22.04
3535
platform: Android
3636
targets: testReleaseUnitTest
37-
- os: ubuntu-latest
37+
- os: ubuntu-22.04
3838
platform: JS
3939
targets: jsNodeTest jsBrowserTest
40-
- os: ubuntu-latest
40+
- os: ubuntu-22.04
4141
platform: Linux
4242
targets: compileKotlinLinuxArm64 linuxX64Test
4343
- os: windows-latest

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- os: ubuntu-latest
19+
- os: ubuntu-22.04
2020
platform: common
2121
targets: publishKotlinMultiplatformPublicationToLocalRepository
22-
- os: ubuntu-latest
22+
- os: ubuntu-22.04
2323
platform: JVM
2424
targets: publishJvmPublicationToLocalRepository
25-
- os: ubuntu-latest
25+
- os: ubuntu-22.04
2626
platform: Android
2727
targets: publishAndroidReleasePublicationToLocalRepository
28-
- os: ubuntu-latest
28+
- os: ubuntu-22.04
2929
platform: JS
3030
targets: publishJsPublicationToLocalRepository
31-
- os: ubuntu-latest
31+
- os: ubuntu-22.04
3232
platform: Linux
3333
targets: >-
3434
publishLinuxX64PublicationToLocalRepository

0 commit comments

Comments
 (0)