Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
github actions: test on ubuntu 24
  • Loading branch information
nikolas authored Aug 30, 2024
commit 16e1da95f86adb733c8b8c71f7c72ca9f25afcb1
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
max-parallel: 4
matrix:
Expand Down