Skip to content

Commit

Permalink
fix worker
Browse files Browse the repository at this point in the history
  • Loading branch information
kazemcodes committed Oct 10, 2024
1 parent 59c269b commit fdf2df9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
with:
java-version: 21
distribution: adopt
distribution: temurin
architecture: ${{ matrix.arch }}

- name: Setup Cl
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/Preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
ref: ${{ github.event.inputs.git-ref }}

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt
java-version: 21
distribution: temurin

- name: Get previous release
id: last_release
Expand All @@ -77,11 +77,11 @@ jobs:
exclude_types: "draft|prerelease"
view_top: 1

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
with:
java-version: 17
distribution: adopt
java-version: 21
distribution: temurin
architecture: ${{ matrix.arch }}

- name: Setup Cl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
with:
java-version: 21
distribution: adopt
distribution: temurin
architecture: ${{ matrix.arch }}

- name: Setup Cl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: ${{ matrix.runtime != 'linux-fedora-x64' }}
with:
java-version: 21
distribution: adopt
distribution: temurin
architecture: ${{ matrix.arch }}

- name: Setup Cl
Expand Down

0 comments on commit fdf2df9

Please sign in to comment.