Skip to content

Commit

Permalink
Revert temurin to matrix selection
Browse files Browse the repository at this point in the history
  • Loading branch information
thogarty committed Feb 15, 2024
1 parent 0c3b4e4 commit f7c543d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_sdk_with_new_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
java-version: [11.0.21]
java-distribution: [temurin]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,7 +24,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: temurin
distribution: ${{ matrix.java-distribution }}
cache: maven

- name: Get next API Spec Version
Expand Down

0 comments on commit f7c543d

Please sign in to comment.