File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 build :
20- runs-on : ${{ matrix.os }}
20+ runs-on : [self-hosted, " ${{ matrix.os }}"]
2121
2222 strategy :
2323 matrix :
24- os : [macos-latest, ubuntu-20.04 , windows-2019 ]
25- java : [13 ]
24+ os : [linux, macos , windows]
25+ java : [17 ]
2626
2727 env :
2828 WEBRTC_CACHE_BRANCH : 4844
7474 env :
7575 NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
7676 NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
77- run : mvn deploy -DskipTests -s .github/workflows/settings.xml
77+ run : mvn deploy -DskipTests -s .github/workflows/settings.xml
Original file line number Diff line number Diff line change 88
99jobs :
1010 release :
11- runs-on : ${{ matrix.os }}
11+ runs-on : [self-hosted, " ${{ matrix.os }}"]
1212
1313 strategy :
1414 matrix :
15- os : [macos-latest, ubuntu-20.04 , windows-2019 ]
16- java : [13 ]
15+ os : [linux, macos , windows]
16+ java : [17 ]
1717
1818 env :
1919 WEBRTC_CACHE_BRANCH : 4844
You can’t perform that action at this time.
0 commit comments