From a98e4491ba90546fe0004fea5e8ced1b1808644b Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 11 Dec 2025 10:31:06 +0100 Subject: [PATCH] build: go back to normal scheduler instead of tasks scheduler for macos CI Signed-off-by: deadprogram --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 8735f7a99d..1ff0be8def 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -97,7 +97,7 @@ jobs: - name: Build TinyGo release tarball run: make release -j3 - name: Test stdlib packages - run: make tinygo-test TEST_ADDITIONAL_FLAGS="-scheduler=tasks" + run: make tinygo-test - name: Make release artifact run: cp -p build/release.tar.gz build/tinygo${{ steps.version.outputs.version }}.darwin-${{ matrix.goarch }}.tar.gz - name: Publish release artifact