Skip to content

Commit

Permalink
Using Ubuntu 24.04 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 16, 2024
1 parent 56967e2 commit b09ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compilability check
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
abi: [ "armeabi-v7a", "arm64-v8a", "x86", "x86_64" ]
Expand Down

0 comments on commit b09ea92

Please sign in to comment.