From 44bc24c22a7886b504f044ffcad0be3cdb47ceae Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 14 Feb 2025 12:44:56 +0100 Subject: [PATCH] ubuntu-22.04-arm is supposed to be more stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ebaf500..0045b9ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - os: [ "ubuntu-latest", "ubuntu-24.04-arm", "windows-latest" ] + os: [ "ubuntu-latest", "ubuntu-22.04-arm", "windows-latest" ] database: [ "h2", "postgresql", "mysql", "mariadb" ] runs-on: ${{ matrix.os }}