Skip to content

Commit

Permalink
Try CI on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed May 30, 2024
1 parent bb91e70 commit 76dd82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: ubuntu-latest
java: 21
jobtype: 1
- os: windows-latest
- os: ubuntu-latest
java: 8
jobtype: 2
- os: ubuntu-latest
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ matrix.jobtype == 2 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 -Dsbt.supershell=never "crossTestBridges" "zincRoot/test"
sbt -v -Dfile.encoding=UTF-8 -Dsbt.supershell=never "crossTestBridges" "zincRoot/test"
# "zincScripted/Test/run"
- name: Build and test (3)
if: ${{ matrix.jobtype == 3 }}
Expand Down

0 comments on commit 76dd82b

Please sign in to comment.