ubuntu-22.04-arm is supposed to be more stable

This commit is contained in:
Athou
2025-02-14 12:44:56 +01:00
parent 97f90405fc
commit 44bc24c22a

View File

@@ -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 }}