From 1a9d43ea1a9050b8231105d55e5ceff563890ffd Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 9 Feb 2024 21:41:34 +0800 Subject: [PATCH] Allow all runners --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9402309..0f61991 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,11 +94,11 @@ jobs: fail-fast: true matrix: include: - - os: [self-hosted, Linux, ARM64, maerwald] + - os: [self-hosted, Linux, ARM64] ARTIFACT: "armv7-linux-ghcup" GHC_VER: 9.2.8 ARCH: ARM - - os: [self-hosted, Linux, ARM64, maerwald] + - os: [self-hosted, Linux, ARM64] ARTIFACT: "aarch64-linux-ghcup" GHC_VER: 9.4.8 ARCH: ARM64 @@ -365,12 +365,12 @@ jobs: strategy: matrix: include: - - os: [self-hosted, Linux, ARM64, maerwald] + - os: [self-hosted, Linux, ARM64] ARTIFACT: "armv7-linux-ghcup" GHC_VER: 9.2.8 ARCH: ARM DISTRO: Ubuntu - - os: [self-hosted, Linux, ARM64, maerwald] + - os: [self-hosted, Linux, ARM64] ARTIFACT: "aarch64-linux-ghcup" GHC_VER: 9.4.8 ARCH: ARM64