Change summary
.github/workflows/ci.yml | 4 +---
.github/workflows/release_nightly.yml | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
Detailed changes
@@ -701,12 +701,10 @@ jobs:
freebsd:
timeout-minutes: 60
- runs-on: github-8vcpu-ubuntu-2404
+ runs-on: github-16vcpu-ubuntu-2404
if: |
- false && (
startsWith(github.ref, 'refs/tags/v')
|| contains(github.event.pull_request.labels.*.name, 'run-bundling')
- )
needs: [linux_tests]
name: Build Zed on FreeBSD
steps:
@@ -202,8 +202,8 @@ jobs:
freebsd:
timeout-minutes: 60
- if: false && github.repository_owner == 'zed-industries'
- runs-on: github-8vcpu-ubuntu-2404
+ if: github.repository_owner == 'zed-industries'
+ runs-on: github-16vcpu-ubuntu-2404
needs: tests
name: Build Zed on FreeBSD
# env: