File tree Expand file tree Collapse file tree 2 files changed +3
-59
lines changed Expand file tree Collapse file tree 2 files changed +3
-59
lines changed Original file line number Diff line number Diff line change 14
14
shell : bash
15
15
16
16
- name : Select Xcode version
17
- run : sudo xcode-select -s /Applications/Xcode_15.0.1 .app/Contents/Developer
17
+ run : sudo xcode-select -s /Applications/Xcode_15.2.0 .app/Contents/Developer
18
18
shell : bash
Original file line number Diff line number Diff line change 16
16
workflow_dispatch :
17
17
18
18
env :
19
- WEBRTC_CACHE_BRANCH : 6998
19
+ WEBRTC_CACHE_BRANCH : 7204
20
20
WEBRTC_CHECKOUT_FOLDER : webrtc
21
21
WEBRTC_INSTALL_FOLDER : webrtc/build
22
22
23
23
jobs :
24
- build-windows :
25
- strategy :
26
- fail-fast : false
27
- matrix :
28
- platform :
29
- - name : windows_x86_64
30
- runs-on : windows-2022
31
- java : [17]
32
- runs-on : ${{ matrix.platform.runs-on }}
33
- steps :
34
- - name : Checkout code
35
- uses : actions/checkout@v4
36
-
37
- - id : prepare
38
- name : Prepare build
39
- uses : ./.github/actions/prepare-windows
40
-
41
- - id : maven-build
42
- name : Maven build
43
- uses : ./.github/actions/build
44
- with :
45
- java-version : ${{ matrix.java }}
46
- platform-name : ${{ matrix.platform.name }}
47
- maven-username : ${{ secrets.MAVEN_USERNAME }}
48
- maven-password : ${{ secrets.MAVEN_TOKEN }}
49
-
50
- build-linux :
51
- strategy :
52
- fail-fast : false
53
- matrix :
54
- platform :
55
- - name : linux_arm
56
- runs-on : ubuntu-22.04
57
- - name : linux_arm64
58
- runs-on : ubuntu-22.04
59
- - name : linux_x86-64
60
- runs-on : ubuntu-22.04
61
- java : [17]
62
- runs-on : ${{ matrix.platform.runs-on }}
63
- steps :
64
- - name : Checkout code
65
- uses : actions/checkout@v4
66
-
67
- - id : prepare
68
- name : Prepare build
69
- uses : ./.github/actions/prepare-linux
70
-
71
- - id : maven-build
72
- name : Maven build
73
- uses : ./.github/actions/build
74
- with :
75
- java-version : ${{ matrix.java }}
76
- platform-name : ${{ matrix.platform.name }}
77
- maven-username : ${{ secrets.MAVEN_USERNAME }}
78
- maven-password : ${{ secrets.MAVEN_TOKEN }}
79
-
80
24
build-macos :
81
25
strategy :
82
26
fail-fast : false
85
29
- name : macos_x86-64
86
30
runs-on : macos-13
87
31
- name : macos_arm64
88
- runs-on : macos-14
32
+ runs-on : macos-15
89
33
java : [17]
90
34
runs-on : ${{ matrix.platform.runs-on }}
91
35
steps :
You can’t perform that action at this time.
0 commit comments