Skip to content

Commit c2ef01d

Browse files
committed
Nevermind
1 parent 1d84012 commit c2ef01d

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build-linux:
1818
name: Build Linux (${{matrix.name}} x86_64)
19-
runs-on: depot-ubuntu-24.04-4
19+
runs-on: ubuntu-latest
2020

2121
strategy:
2222
fail-fast: false
@@ -42,28 +42,6 @@ jobs:
4242
libxinerama-dev libxcursor-dev python3-markupsafe libgtk-3-dev libssl-dev \
4343
libxss-dev libfuse2
4444
45-
# # free up disk space
46-
# # https://github.com/actions/runner-images/issues/2840#issuecomment-3583950111
47-
# echo Before
48-
# df -h .
49-
# sudo apt-get clean
50-
# sudo rm -rf \
51-
# "$AGENT_TOOLSDIRECTORY" \
52-
# /opt/ghc \
53-
# /opt/google/chrome \
54-
# /opt/microsoft/msedge \
55-
# /opt/microsoft/powershell \
56-
# /opt/pipx \
57-
# /usr/lib/mono \
58-
# /usr/local/julia* \
59-
# /usr/local/lib/android \
60-
# /usr/local/share/chromium \
61-
# /usr/local/share/powershell \
62-
# /usr/share/dotnet \
63-
# /usr/share/swift
64-
# echo After
65-
# df -h .
66-
6745
- name: Setup sccache
6846
uses: mozilla-actions/sccache-action@v0.0.9
6947

@@ -86,11 +64,7 @@ jobs:
8664
8765
build-macos:
8866
name: Build macOS (AppleClang universal)
89-
runs-on: depot-macos-latest
90-
91-
env:
92-
IPP_VERSION: 2021.2.0.192
93-
BUILDCACHE_DIR: ${{github.workspace}}/.buildcache
67+
runs-on: macos-latest
9468

9569
steps:
9670
- uses: actions/checkout@v6
@@ -135,7 +109,7 @@ jobs:
135109
136110
build-ios:
137111
name: Build iOS (AppleClang arm64)
138-
runs-on: depot-macos-latest
112+
runs-on: macos-latest
139113

140114
steps:
141115
- uses: actions/checkout@v6
@@ -175,7 +149,7 @@ jobs:
175149
176150
build-tvos:
177151
name: Build tvOS (AppleClang arm64)
178-
runs-on: depot-macos-latest
152+
runs-on: macos-latest
179153

180154
steps:
181155
- uses: actions/checkout@v6
@@ -217,7 +191,7 @@ jobs:
217191
218192
build-windows:
219193
name: Build Windows (${{matrix.name}} x86_64)
220-
runs-on: depot-windows-2025-4
194+
runs-on: windows-latest
221195

222196
env:
223197
BUILD_DIR: C:\build

0 commit comments

Comments
 (0)