summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSukkaW <isukkaw@gmail.com>2022-07-25 13:43:19 +0800
committerSukkaW <isukkaw@gmail.com>2022-07-25 13:43:19 +0800
commit7dd833d544d257225fff12211fc3deb1e37e4a0e (patch)
treef08d2d57f214c38ee868467c30f06da0eea95eaf /.github
parenteaa2a7ee77f4ce25e73a23e6030d4fa4d138cb11 (diff)
CI: bump macos runner version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7859ff4..fbc4ee5 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.2.0
with:
prepare: pkg install -y gmake cmake
run: |