chore: revert "ci: fixup mac runners" (#47926)
This reverts commit 06d7a51a58
.
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
e32dc4fa36
commit
6a9ff4df34
3 changed files with 3 additions and 9 deletions
3
.github/actions/free-space-macos/action.yml
vendored
3
.github/actions/free-space-macos/action.yml
vendored
|
@ -6,8 +6,6 @@ runs:
|
||||||
- name: Free Space on MacOS
|
- name: Free Space on MacOS
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Disk usage before cleanup:"
|
|
||||||
df -h
|
|
||||||
sudo mkdir -p $TMPDIR/del-target
|
sudo mkdir -p $TMPDIR/del-target
|
||||||
|
|
||||||
tmpify() {
|
tmpify() {
|
||||||
|
@ -65,4 +63,3 @@ runs:
|
||||||
# lipo off some huge binaries arm64 versions to save space
|
# lipo off some huge binaries arm64 versions to save space
|
||||||
strip_universal_deep $(xcode-select -p)/../SharedFrameworks
|
strip_universal_deep $(xcode-select -p)/../SharedFrameworks
|
||||||
# strip_arm_deep /System/Volumes/Data/Library/Developer/CommandLineTools/usr
|
# strip_arm_deep /System/Volumes/Data/Library/Developer/CommandLineTools/usr
|
||||||
sudo mdutil -a -i off
|
|
||||||
|
|
|
@ -103,8 +103,6 @@ jobs:
|
||||||
"'kTCCServiceCamera','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
"'kTCCServiceCamera','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
||||||
"'kTCCServiceBluetoothAlways','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
"'kTCCServiceBluetoothAlways','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
||||||
"'kTCCServiceAppleEvents','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
"'kTCCServiceAppleEvents','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
||||||
"'kTCCServiceCamera',' /opt/hca/hosted-compute-agent',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
|
||||||
"'kTCCServiceBluetoothAlways',' /opt/hca/hosted-compute-agent',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159"
|
|
||||||
)
|
)
|
||||||
for values in "${userValuesArray[@]}"; do
|
for values in "${userValuesArray[@]}"; do
|
||||||
# Sonoma and higher have a few extra values
|
# Sonoma and higher have a few extra values
|
||||||
|
|
|
@ -3089,7 +3089,7 @@ describe('iframe using HTML fullscreen API while window is OS-fullscreened', ()
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('navigator.serial', () => {
|
ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator.serial', () => {
|
||||||
let w: BrowserWindow;
|
let w: BrowserWindow;
|
||||||
before(async () => {
|
before(async () => {
|
||||||
w = new BrowserWindow({
|
w = new BrowserWindow({
|
||||||
|
@ -3113,7 +3113,6 @@ describe('navigator.serial', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('does not return a port if select-serial-port event is not defined', async () => {
|
it('does not return a port if select-serial-port event is not defined', async () => {
|
||||||
// Take screenshot to verify the test is running
|
|
||||||
w.loadFile(path.join(fixturesPath, 'pages', 'blank.html'));
|
w.loadFile(path.join(fixturesPath, 'pages', 'blank.html'));
|
||||||
const port = await getPorts();
|
const port = await getPorts();
|
||||||
expect(port).to.equal(notFoundError);
|
expect(port).to.equal(notFoundError);
|
||||||
|
@ -3630,7 +3629,7 @@ ifdescribe((process.platform !== 'linux' || app.isUnityRunning()))('navigator.se
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('navigator.bluetooth', () => {
|
ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator.bluetooth', () => {
|
||||||
let w: BrowserWindow;
|
let w: BrowserWindow;
|
||||||
before(async () => {
|
before(async () => {
|
||||||
w = new BrowserWindow({
|
w = new BrowserWindow({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue