From 92421d74beb0f46d93ac14efa7bf404dc84e578b Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 5 Aug 2025 16:29:50 -0400 Subject: [PATCH] ci: Re-enable FreeBSD remote-server builds --- .github/workflows/ci.yml | 4 +--- .github/workflows/release_nightly.yml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d305faae..df2924fa3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index c847149984..594a19e472 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -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: