Skip to content

Commit

Permalink
ci: Run on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Nov 7, 2024
1 parent bf717ef commit dafe370
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
name: [android, linux, windows]
include:
- name: android
os: ubuntu-latest
os: ubuntu-24.04
cargo-command: cross
cargo-dir: ~/.cargo
target: aarch64-linux-android

- name: linux
os: ubuntu-latest
os: ubuntu-24.04
cargo-command: cargo
cargo-dir: ~/.cargo

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

check_kotlin_bindings:
name: check kotlin bindings
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -147,11 +147,11 @@ jobs:

- name: Build the example app
working-directory: bindings/kotlin
run: ./gradlew example:assembleDebug
run: ./gradlew --stacktrace example:assembleDebug

check_dart_bindings:
name: check dart bindings
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit dafe370

Please sign in to comment.