Skip to content

Commit

Permalink
Revert "Try downgrading the ubuntu CI runner"
Browse files Browse the repository at this point in the history
This reverts commit 1b0b7d2.
  • Loading branch information
jmartinesp committed Oct 17, 2024
1 parent e50f067 commit e5c7801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_sdk_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
target: [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android" ]
name: "Build Rust target: ${{ matrix.target }}"
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
linkable_ref: ${{ steps.set_linkable_ref.outputs.linkable_ref }}

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
release_library:
name: "Release SDK Library"
needs: build_targets
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

concurrency:
group: ${{ github.ref }}-${{ github.job }}
Expand Down

0 comments on commit e5c7801

Please sign in to comment.