From 04ddf559ec89d52579d7f2314bcd4d9e827426a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 06:44:57 +0000 Subject: [PATCH 1/3] build(deps): bump vmactions/freebsd-vm from 0.1.7 to 0.1.8 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fb13b186c..2af300b4d 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -916,7 +916,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Prepare, build and test ## spell-checker:ignore (ToDO) sshfs usesh vmactions - uses: vmactions/freebsd-vm@v0.1.7 + uses: vmactions/freebsd-vm@v0.1.8 with: usesh: true # sync: sshfs From ce12dec5c9b2bae8214e134bdf54acbfe0ce1bae Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 18 Jul 2022 16:17:20 +0200 Subject: [PATCH 2/3] freebsd-vm - update to 0.1.9 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 2af300b4d..482df63f6 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -916,7 +916,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Prepare, build and test ## spell-checker:ignore (ToDO) sshfs usesh vmactions - uses: vmactions/freebsd-vm@v0.1.8 + uses: vmactions/freebsd-vm@v0.1.9 with: usesh: true # sync: sshfs From 5eafcc4801a70405a8380a77532313eee17410c0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 19 Jul 2022 14:04:03 +0200 Subject: [PATCH 3/3] Use macos-12 for freebsd hosts --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 482df63f6..2ae8a025b 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -908,7 +908,7 @@ jobs: fail-fast: false matrix: job: - - { os: macos-10.15 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: , + - { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: , env: mem: 2048 steps: