Skip to content

Commit 45aa476

Browse files
Update common files
1 parent df60cc8 commit 45aa476

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/graalvm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
max-parallel: 6
3939
matrix:
40-
java: ['21', '25']
40+
java: ['21']
4141
native_test_task: ${{ fromJson(needs.build_matrix.outputs.matrix).native_test_task }}
4242
env:
4343
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
run: |
4444
sudo rm -rf "/usr/local/share/boost"
4545
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
46+
sudo rm -rf "/opt/ghc"
47+
sudo rm -rf "/usr/share/dotnet"
48+
sudo rm -rf "/usr/local/lib/android"
4649
sudo apt-get clean
4750
df -h
4851

0 commit comments

Comments
 (0)