From 804eaa075a64c08a953c7bb44f92bd979ef8d35e Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 23 Aug 2023 20:24:07 +0200 Subject: [PATCH] Use macos-latest for Freebsd macos-10.15 does not exist anymore --- .github/workflows/amd64_freebsd_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amd64_freebsd_cmake.yml b/.github/workflows/amd64_freebsd_cmake.yml index 8bad4f8..37c95d7 100644 --- a/.github/workflows/amd64_freebsd_cmake.yml +++ b/.github/workflows/amd64_freebsd_cmake.yml @@ -11,7 +11,7 @@ jobs: # Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed. # see: https://github.com/actions/virtual-environments/tree/main/images/macos make: - runs-on: macos-10.15 + runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: vagrant version