Skip to content

Commit

Permalink
.github/workflows: update actions to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jan 8, 2025
1 parent af719bd commit 9dd870a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
linux-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
compiler:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
mingw-linux-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
compiler:
Expand Down

0 comments on commit 9dd870a

Please sign in to comment.