diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 058cdd3cb..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" @@ -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 @@ -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" @@ -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