Skip to content

Commit

Permalink
ci: update macos-10.15 to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jul 21, 2022
1 parent 5752d4a commit de4184b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -1441,7 +1441,7 @@ jobs:
if: ${{ needs.build.outputs.isRelease == 'true' }}
needs: build
name: stable - x86_64-unknown-freebsd - node@16
runs-on: macos-10.15
runs-on: macos-12
steps:
- name: tune mac network
run: sudo sysctl -w net.link.generic.system.hwcksum_tx=0 && sudo sysctl -w net.link.generic.system.hwcksum_rx=0
Expand All @@ -1456,7 +1456,7 @@ jobs:
rm -rf test
- name: Build
id: build
uses: vmactions/freebsd-vm@v0.1.6
uses: vmactions/freebsd-vm@v0.2.0
env:
DEBUG: napi:*
RUSTUP_HOME: /usr/local/rustup
Expand Down

0 comments on commit de4184b

Please sign in to comment.