update CI to Ubuntu 24.04

This commit is contained in:
narimiran
2025-02-17 09:27:37 +01:00
parent 57f84c5376
commit 03491904a0
2 changed files with 10 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-24.04]
cpu: [amd64]
name: '${{ matrix.os }}'
runs-on: ${{ matrix.os }}