Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Aug 4, 2024
1 parent ce0f7d7 commit 201c5c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI maven
name: Java CI GraalVM Maven

on: [push, pull_request]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI gradle
name: Java CI MacOS Gradle

on: [push, pull_request]

Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: '8'
java-version: '8.0.422'
java-package: jdk
architecture: x64
cache: 'gradle'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI gradle
name: Java CI x86 Gradle

on: [push, pull_request]

Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: '8'
java-version: '8.0.422'
java-package: jdk
architecture: x86
cache: 'gradle'
Expand Down

0 comments on commit 201c5c1

Please sign in to comment.