diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86be6945c9..8f43ebb561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: include: - os: ubuntu-20.04 - os: ubuntu-22.04 + - os: ubuntu-22.04-arm - os: ubuntu-24.04 + - os: ubuntu-24.04-arm - os: macos-13 - os: macos-14 - os: macos-15 @@ -55,6 +57,7 @@ jobs: include: - os: windows-2019 - os: windows-2022 + - os: windows-2025 runs-on: ${{matrix.os}} @@ -89,7 +92,9 @@ jobs: include: - os: ubuntu-20.04 - os: ubuntu-22.04 + - os: ubuntu-22.04-arm - os: ubuntu-24.04 + - os: ubuntu-24.04-arm - os: macos-13 - os: macos-14 - os: macos-15 @@ -124,6 +129,7 @@ jobs: include: - os: windows-2019 - os: windows-2022 + - os: windows-2025 runs-on: ${{matrix.os}} @@ -183,7 +189,9 @@ jobs: include: - os: ubuntu-20.04 - os: ubuntu-22.04 + - os: ubuntu-22.04-arm - os: ubuntu-24.04 + - os: ubuntu-24.04-arm - os: macos-13 - os: macos-14 - os: macos-15 @@ -218,6 +226,7 @@ jobs: include: - os: windows-2019 - os: windows-2022 + - os: windows-2025 runs-on: ${{matrix.os}}