Skip to content

Commit a98e449

Browse files
committed
build: go back to normal scheduler instead of tasks scheduler for macos CI
Signed-off-by: deadprogram <[email protected]>
1 parent d01d0bb commit a98e449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Build TinyGo release tarball
9898
run: make release -j3
9999
- name: Test stdlib packages
100-
run: make tinygo-test TEST_ADDITIONAL_FLAGS="-scheduler=tasks"
100+
run: make tinygo-test
101101
- name: Make release artifact
102102
run: cp -p build/release.tar.gz build/tinygo${{ steps.version.outputs.version }}.darwin-${{ matrix.goarch }}.tar.gz
103103
- name: Publish release artifact

0 commit comments

Comments
 (0)