File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- runs-on : ${{ matrix.os }}
20
+ runs-on : [self-hosted, " ${{ matrix.os }}"]
21
21
22
22
strategy :
23
23
matrix :
24
- os : [macos-latest, ubuntu-20.04 , windows-2019 ]
25
- java : [13 ]
24
+ os : [linux, macos , windows]
25
+ java : [17 ]
26
26
27
27
env :
28
28
WEBRTC_CACHE_BRANCH : 4844
74
74
env :
75
75
NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
76
76
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 8
8
9
9
jobs :
10
10
release :
11
- runs-on : ${{ matrix.os }}
11
+ runs-on : [self-hosted, " ${{ matrix.os }}"]
12
12
13
13
strategy :
14
14
matrix :
15
- os : [macos-latest, ubuntu-20.04 , windows-2019 ]
16
- java : [13 ]
15
+ os : [linux, macos , windows]
16
+ java : [17 ]
17
17
18
18
env :
19
19
WEBRTC_CACHE_BRANCH : 4844
You can’t perform that action at this time.
0 commit comments