Skip to content

Commit 0800bba

Browse files
committed
I hecking love github actions
1 parent bdccce2 commit 0800bba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildFabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: openjdk:21-jdk
11+
image: openjdk:latest
1212
options: --user root
1313

1414
steps:

.github/workflows/releaseFabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: openjdk:21-jdk
11+
image: openjdk:latest
1212
options: --user root
1313

1414
steps:

.github/workflows/releaseForge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: openjdk:21-jdk
11+
image: openjdk:latest
1212
options: --user root
1313

1414
steps:

0 commit comments

Comments
 (0)