Skip to content

Commit e5c7801

Browse files
committed
Revert "Try downgrading the ubuntu CI runner"
This reverts commit 1b0b7d2.
1 parent e50f067 commit e5c7801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_sdk_parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
target: [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android" ]
1919
name: "Build Rust target: ${{ matrix.target }}"
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
2121
outputs:
2222
linkable_ref: ${{ steps.set_linkable_ref.outputs.linkable_ref }}
2323

@@ -117,7 +117,7 @@ jobs:
117117
release_library:
118118
name: "Release SDK Library"
119119
needs: build_targets
120-
runs-on: ubuntu-22.04
120+
runs-on: ubuntu-latest
121121

122122
concurrency:
123123
group: ${{ github.ref }}-${{ github.job }}

0 commit comments

Comments
 (0)