Skip to content

Commit

Permalink
bump ubuntu CI runner to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 25, 2025
1 parent 124ff81 commit edabb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edabb91

Please sign in to comment.