Skip to content

Commit

Permalink
Merge pull request #21 from zhaibin18/master
Browse files Browse the repository at this point in the history
fix freebsd build
  • Loading branch information
semigodking authored Dec 25, 2021
2 parents e7ee556 + bd8688c commit 4e96699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push]

jobs:
build:
runs-on: macos-latest
runs-on: macos-10.15
name: A job to run test FreeBSD
# env:
steps:
- uses: actions/checkout@v2
- name: Build in FreeBSD
id: test
uses: vmactions/[email protected].2
uses: vmactions/[email protected].5
with:
# envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down

0 comments on commit 4e96699

Please sign in to comment.