diff options
| author | SukkaW <isukkaw@gmail.com> | 2022-07-25 13:43:19 +0800 | 
|---|---|---|
| committer | SukkaW <isukkaw@gmail.com> | 2022-07-25 13:43:19 +0800 | 
| commit | 7dd833d544d257225fff12211fc3deb1e37e4a0e (patch) | |
| tree | f08d2d57f214c38ee868467c30f06da0eea95eaf /.github/workflows | |
| parent | eaa2a7ee77f4ce25e73a23e6030d4fa4d138cb11 (diff) | |
| download | hiredict-7dd833d544d257225fff12211fc3deb1e37e4a0e.tar.xz | |
CI: bump macos runner version
Diffstat (limited to '.github/workflows')
| -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..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: | | 
