From d002683c18e6abe1401ee63750de15c6f523afd3 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Tue, 19 Nov 2024 12:52:26 +0800 Subject: [PATCH] ci: enable s390x runner --- .github/workflows/built-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/built-tests.yml b/.github/workflows/built-tests.yml index 8305fb7da..bfe2c1be1 100644 --- a/.github/workflows/built-tests.yml +++ b/.github/workflows/built-tests.yml @@ -64,7 +64,7 @@ jobs: checks: write strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ] + os: [ ubuntu-latest, windows-latest, macos-13, macos-14, self-hosted ] test: [ unit, integration-example, integration-real ] include: - test: unit