Skip to content

Commit

Permalink
[CI] Use ubuntu instead of mac for CI graalvm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Sep 25, 2021
1 parent 09e076c commit 3a0177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: make integration-test

graalvm-build:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit 3a0177c

Please sign in to comment.