diff --git a/.github/workflows/windows-builds-on-master.yaml b/.github/workflows/windows-builds-on-master.yaml index 79d2409914..e5b24a11d4 100644 --- a/.github/workflows/windows-builds-on-master.yaml +++ b/.github/workflows/windows-builds-on-master.yaml @@ -21,7 +21,7 @@ jobs: matrix: target: - x86_64-pc-windows-msvc - - aarch64-pc-windows-msvc # skip-pr skip-stable + - aarch64-pc-windows-msvc # skip-pr - x86_64-pc-windows-gnu # skip-pr include: - target: x86_64-pc-windows-gnu diff --git a/.github/workflows/windows-builds-on-stable.yaml b/.github/workflows/windows-builds-on-stable.yaml index 621f7e673a..86fb76cdc2 100644 --- a/.github/workflows/windows-builds-on-stable.yaml +++ b/.github/workflows/windows-builds-on-stable.yaml @@ -20,6 +20,7 @@ jobs: target: - x86_64-pc-windows-msvc - i686-pc-windows-msvc # skip-pr skip-master + - aarch64-pc-windows-msvc # skip-pr - x86_64-pc-windows-gnu # skip-pr - i686-pc-windows-gnu # skip-pr skip-master include: diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index 47ab1d6d9d..19d99fea6c 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -29,7 +29,7 @@ jobs: target: - x86_64-pc-windows-msvc - i686-pc-windows-msvc # skip-pr skip-master - - aarch64-pc-windows-msvc # skip-pr skip-stable + - aarch64-pc-windows-msvc # skip-pr - x86_64-pc-windows-gnu # skip-pr - i686-pc-windows-gnu # skip-pr skip-master include: