diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d305faaeae2d1600cb17e307721c17c67e076c..df2924fa3edf3e968d233b73473700ee87b95620 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 c84714998448f794a95dc3cb58d1a572def8bac5..594a19e472cc011a03de6d68aae93aea8480c561 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: