From 3a0177ce3e1fd2f718a168378368bfb1dbbe3cc9 Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Sat, 25 Sep 2021 15:38:29 -0300 Subject: [PATCH] [CI] Use ubuntu instead of mac for CI graalvm tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6dc1582f..32cf2a600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: make integration-test graalvm-build: - runs-on: macos-latest + runs-on: ubuntu-latest strategy: fail-fast: false steps: