Skip to content

Commit 06e6f49

Browse files
committed
Fix downstream test darwin to macos
1 parent 073dd4c commit 06e6f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: Get GraalPy EA build
73-
if: ${{ matrix.os.platform == 'darwin' }}
73+
if: ${{ matrix.os.platform == 'macos' }}
7474
run: |
7575
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')"
7676
curl -sfL "$tarball" | tar xz

0 commit comments

Comments
 (0)