diff options
author | Michael Grunder <michael.grunder@gmail.com> | 2022-08-26 10:14:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 10:14:31 -0700 |
commit | e7afd998f9ce3e6dfaa5e6534f779cab6a1c5a7b (patch) | |
tree | c5ae6fbf545f9c42e8ee88bbfa1982fb6bce8bb5 | |
parent | 17c8fe0798d24f581656173ab71540ccf7eed7bb (diff) | |
parent | a606ccf2a5f39d7af822b8e5d0bfbc63651750db (diff) |
Merge pull request #1079 from SukkaW/drop-macos-10.15-runner
CI: bump macos runner version
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7859ff4..c1e4f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: run: $GITHUB_WORKSPACE/test.sh freebsd: - runs-on: macos-10.15 + runs-on: macos-12 name: FreeBSD steps: - name: Checkout code @@ -133,7 +133,7 @@ jobs: ref: ${{ env.GITHUB_HEAD_REF }} - name: Build in FreeBSD - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0 with: prepare: pkg install -y gmake cmake run: | |