From 6cc1aa5d1f026f8a0888d569451c98435f136e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Sun, 6 Oct 2024 00:03:45 +0200 Subject: [PATCH] Use Ubuntu 22.04 in CI as 24.04 is not yet supported --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bf8674..0c72a78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: include: - - { target: linux-64, os: ubuntu-latest } + - { target: linux-64, os: ubuntu-22.04 } - { target: osx-arm64, os: macos-14 } fail-fast: false