Skip to content

Commit 305efd5

Browse files
authored
Replace canary in CI pipeline
The old canary wasn't available on macOS (ARM64). ``` Runner Image Image: macos-14-arm64 Version: 20250527.1547 ``` ``` Unknown release: adoptopenjdk-openj9-8.0.252+9.1.openj9-0.20.0 ```
1 parent e9e71b7 commit 305efd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
3737
. asdf/asdf.sh
38-
asdf plugin-test java "$GITHUB_WORKSPACE" --asdf-plugin-gitref "$GITHUB_SHA" --asdf-tool-version adoptopenjdk-openj9-8.0.252+9.1.openj9-0.20.0 java -version
38+
asdf plugin-test java "$GITHUB_WORKSPACE" --asdf-plugin-gitref "$GITHUB_SHA" --asdf-tool-version zulu-21.28.85 java -version
3939
- name: Check update_data.bash
4040
env:
4141
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)