Unverified Commit e7afd998 authored by Michael Grunder's avatar Michael Grunder Committed by GitHub
Browse files

Merge pull request #1079 from SukkaW/drop-macos-10.15-runner

CI: bump macos runner version
parents 17c8fe07 a606ccf2
......@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment