From d6762b7c56948aa4c71a584f87398990fe119533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:59:51 +0000 Subject: [PATCH 1/2] chore(deps): update vmactions/freebsd-vm action to v1.0.9 --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 058cdd3cb..8926e9faa 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -39,7 +39,7 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.5 - name: Prepare, build and test - uses: vmactions/freebsd-vm@v1.0.8 + uses: vmactions/freebsd-vm@v1.0.9 with: usesh: true sync: rsync @@ -131,7 +131,7 @@ jobs: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.5 - name: Prepare, build and test - uses: vmactions/freebsd-vm@v1.0.8 + uses: vmactions/freebsd-vm@v1.0.9 with: usesh: true sync: rsync From 9bf35beda1fb22b6206c90fd38d8d7bdd829dedd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 6 Sep 2024 16:10:11 +0200 Subject: [PATCH 2/2] Run freebsd on Ubuntu 24 --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 8926e9faa..e6362f2b1 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-22.04 , features: unix } + - { os: ubuntu-24.04 , features: unix } env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" @@ -120,7 +120,7 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-22.04 , features: unix } + - { os: ubuntu-24.04 , features: unix } env: mem: 4096 SCCACHE_GHA_ENABLED: "true"