We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61dd64 commit 8365bb7Copy full SHA for 8365bb7
.github/workflows/test-action.yml
@@ -19,7 +19,7 @@ jobs:
19
os:
20
- ubuntu-latest
21
- windows-latest
22
- # - macos-latest
+ - macos-latest
23
jython_version:
24
- "2.7.3"
25
- "2.7.2"
action.yml
@@ -76,10 +76,10 @@ runs:
76
f.write('\n'.join(lines))
77
78
- name: Set up JDK 8
79
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
80
with:
81
java-version: '8'
82
- distribution: 'temurin'
+ distribution: 'zulu'
83
84
- name: Download Jython Installer
85
id: download_installer
@@ -152,6 +152,7 @@ runs:
152
;;
153
esac
154
155
+ echo "#!/bin/bash" >> ~/.local/bin/jython;
156
echo "$jython_cmd" >> ~/.local/bin/jython;
157
chmod +x ~/.local/bin/jython;
158
0 commit comments