Skip to content

Commit

Permalink
ci: upgrade graalvm action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent 61d8bcb commit a2e2fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: graalvm/[email protected].1
- uses: graalvm/[email protected].2
with:
java-version: '22'
distribution: 'graalvm-community'
distribution: 'liberica'
set-java-home: 'true'
- name: Example step
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.platform.target }}
- uses: graalvm/[email protected].1
- uses: graalvm/[email protected].2
with:
java-version: '22'
distribution: 'graalvm-community'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: graalvm/[email protected].1
- uses: graalvm/[email protected].2
with:
java-version: '22'
distribution: 'liberica'
Expand Down

0 comments on commit a2e2fd6

Please sign in to comment.