We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073dd4c commit 06e6f49Copy full SHA for 06e6f49
.github/workflows/downstream-tests.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: actions/checkout@v4
71
72
- name: Get GraalPy EA build
73
- if: ${{ matrix.os.platform == 'darwin' }}
+ if: ${{ matrix.os.platform == 'macos' }}
74
run: |
75
tarball="$(curl -s "https://api.github.com/repos/graalvm/graalvm-ce-dev-builds/releases/latest" | jq -r --arg artifact "graalpy-community-dev-${{ matrix.os.platform }}-${{matrix.os.arch}}.tar.gz" '.assets[] | select(.name == $artifact) | .browser_download_url')"
76
curl -sfL "$tarball" | tar xz
0 commit comments