We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2859f67 commit 8216f4aCopy full SHA for 8216f4a
.github/workflows/create.yml
@@ -125,10 +125,9 @@ jobs:
125
python-version: ${{ matrix.python }}
126
127
- name: Setup java
128
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v1
129
with:
130
- java-version: '17'
131
- distribution: 'temurin'
+ java-version: '8'
132
architecture: ${{ matrix.architecture }}
133
134
- name: Setup ant on macOS
0 commit comments