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: ...@@ -123,7 +123,7 @@ jobs:
run: $GITHUB_WORKSPACE/test.sh run: $GITHUB_WORKSPACE/test.sh
freebsd: freebsd:
runs-on: macos-10.15 runs-on: macos-12
name: FreeBSD name: FreeBSD
steps: steps:
- name: Checkout code - name: Checkout code
...@@ -133,7 +133,7 @@ jobs: ...@@ -133,7 +133,7 @@ jobs:
ref: ${{ env.GITHUB_HEAD_REF }} ref: ${{ env.GITHUB_HEAD_REF }}
- name: Build in FreeBSD - name: Build in FreeBSD
uses: vmactions/freebsd-vm@v0.1.5 uses: vmactions/freebsd-vm@v0
with: with:
prepare: pkg install -y gmake cmake prepare: pkg install -y gmake cmake
run: | 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