File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 name :
2121 - windows_x86_64
22- runs-on : windows-2022
22+ runs-on : windows-2025
2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Disk Cleanup
5757 runs-on : macos-15
5858 steps :
5959 - uses : actions/checkout@v4
60- - name : Select Xcode 16.1
61- run : sudo xcode-select --switch /Applications/Xcode_16.1 .app/Contents/Developer
60+ - name : Select Xcode 16.4
61+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
6262 - run : brew install ninja
6363 - uses : actions/setup-python@v5
6464 with :
@@ -84,11 +84,11 @@ jobs:
8484 # - ubuntu-18.04_armv8
8585 # - ubuntu-20.04_armv8
8686 # - ubuntu-18.04_x86_64
87- - ubuntu-20.04_x86_64
88- # - ubuntu-22.04_x86_64
87+ # - ubuntu-20.04_x86_64
88+ - ubuntu-22.04_x86_64
8989 # - android
9090 # - android_prefixed
91- runs-on : linux-large
91+ runs-on : ubuntu-22.04
9292 steps :
9393 - uses : actions/checkout@v4
9494 - name : Disk Cleanup
Original file line number Diff line number Diff line change 6767 output-artifact-id : ${{ steps.artifact-upload-step.outputs.artifact-id }}
6868 steps :
6969 - uses : actions/checkout@v4
70- - name : Select Xcode 16.1
71- run : sudo xcode-select --switch /Applications/Xcode_16.1 .app/Contents/Developer
70+ - name : Select Xcode 16.4
71+ run : sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
7272 - run : brew install ninja
7373 - uses : actions/setup-python@v5
7474 with :
@@ -105,7 +105,7 @@ jobs:
105105 # - ubuntu-20.04_x86_64
106106 - ubuntu-22.04_x86_64
107107 # - android
108- runs-on : linux-large
108+ runs-on : ubuntu-22.04
109109 outputs :
110110 output-artifact-id : ${{ steps.artifact-upload-step.outputs.artifact-id }}
111111 steps :
Original file line number Diff line number Diff line change 1212 - build-windows
1313 strategy :
1414 matrix :
15- os : [windows-latest ]
15+ os : [windows-2025 ]
1616 addrsize : ['64']
1717 runs-on : ${{ matrix.os }}
1818 steps :
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ def build_webrtc(
799799 'rtc_use_pipewire=false' ,
800800 "use_custom_libcxx=false" ,
801801 "use_custom_libcxx_for_host=false" ,
802- 'rtc_include_pulse_audio=false ' ,
802+ 'rtc_include_pulse_audio=true ' ,
803803 'rtc_include_internal_audio_device=true' ,
804804 ]
805805 else :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apt-get -y upgrade
88# tzdata を noninteractive にしないと実行が止まってしまう
99# need to set tzdata to noninteractive or else it'll stop
1010apt-get -y install tzdata
11- echo ' Asia/Tokyo ' > /etc/timezone
11+ echo ' America/New_York ' > /etc/timezone
1212dpkg-reconfigure -f noninteractive tzdata
1313
1414export DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments