diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 269f1a2b36..de33b2bfa0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -76,7 +76,7 @@ jobs: android_arm32_webtorrent_build: name: Build Android Arm 32bits with WebTorrent - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: checkout diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index c57b0fd19e..79edfeff65 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04, macos-latest, windows-2022 ] + os: [ubuntu-24.04, macos-latest, windows-2022 ] steps: - uses: actions/checkout@v4