diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98d7ac2..ae03ee8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-24.04, macos-latest] name: Unit tests runs-on: ${{ matrix.os }} steps: