From 01f0783096c66bb5a5a1fe789534b30e0e709a24 Mon Sep 17 00:00:00 2001 From: Evan Saulpaugh Date: Sat, 17 Aug 2024 15:26:55 -0500 Subject: [PATCH] update workflows --- .github/workflows/dragonwell.yml | 4 ++-- .github/workflows/macos.yml | 2 +- .github/workflows/x86.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dragonwell.yml b/.github/workflows/dragonwell.yml index 9efefda0..a07e557b 100644 --- a/.github/workflows/dragonwell.yml +++ b/.github/workflows/dragonwell.yml @@ -15,8 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 8 x86 - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 + - name: Set up JDK 8 x64 + uses: actions/setup-java@v4 with: distribution: 'dragonwell' java-version: ${{ matrix.version }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a4b55bc7..3f9596de 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: - uses: gradle/actions/wrapper-validation@v3 - - name: Set up JDK + - name: Set up JDK x64 uses: actions/setup-java@v4 with: distribution: ${{ matrix.distribution }} diff --git a/.github/workflows/x86.yml b/.github/workflows/x86.yml index 88a3fc0e..35836645 100644 --- a/.github/workflows/x86.yml +++ b/.github/workflows/x86.yml @@ -17,7 +17,7 @@ jobs: - uses: gradle/actions/wrapper-validation@v3 - - name: Set up JDK + - name: Set up JDK x86 uses: actions/setup-java@v4 with: distribution: ${{ matrix.distribution }}