mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-25 00:55:40 +01:00
[BSD] Use FreeBSD 14.3 vm
Fixes runner stopping when running out of disk space.
This commit is contained in:
parent
ae72de3881
commit
8d7484df89
2
.github/workflows/rpcs3.yml
vendored
2
.github/workflows/rpcs3.yml
vendored
|
|
@ -438,6 +438,8 @@ jobs:
|
|||
with:
|
||||
envs: 'QT_VER_MAIN LLVM_COMPILER_VER CCACHE_DIR CC CXX LLVM_CONFIG'
|
||||
usesh: true
|
||||
copyback: false
|
||||
release: "14.3"
|
||||
run: .ci/install-freebsd.sh && .ci/build-freebsd.sh
|
||||
|
||||
- name: Save Build Ccache
|
||||
|
|
|
|||
Loading…
Reference in a new issue