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 abe43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-latest
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 Down

0 comments on commit abe43d1

Please sign in to comment.