From 10410162108b2f9a4fe5d7f420117d29633d608c Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 20 May 2025 15:18:18 +0200 Subject: [PATCH] Revert "change runner to linux" This reverts commit 99ed5296008fe583ae7df94d9d0dce213e3f4a10. --- .github/workflows/short-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index e664892..ae0042f 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -6,7 +6,7 @@ on: jobs: run-tests: - runs-on: linux + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4