Skip to content

Commit 8216f4a

Browse files
committed
Quick test to debug a PyPy issue which 'push' test have not discovered
1 parent 2859f67 commit 8216f4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/create.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ jobs:
125125
python-version: ${{ matrix.python }}
126126

127127
- name: Setup java
128-
uses: actions/setup-java@v3
128+
uses: actions/setup-java@v1
129129
with:
130-
java-version: '17'
131-
distribution: 'temurin'
130+
java-version: '8'
132131
architecture: ${{ matrix.architecture }}
133132

134133
- name: Setup ant on macOS

0 commit comments

Comments
 (0)