diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44ed4e1683..e5db66c404 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,13 +17,13 @@ jobs: strategy: matrix: include: - - os: ubuntu-20.04-16core + - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu - - os: windows-2022-16core + - os: windows-2022 target: x86_64-pc-windows-msvc - - os: macOS-latest-xl + - os: macOS-latest target: x86_64-apple-darwin - - os: ubuntu-20.04-16core + - os: ubuntu-20.04 target: aarch64-linux-android host: x86_64-unknown-linux-gnu runs-on: ${{ matrix.os }}