Merge pull request #1079 from SukkaW/drop-macos-10.15-runner
CI: bump macos runner version
This commit is contained in:
commit
e7afd998f9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
|||||||
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: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user