Skip to content

Commit

Permalink
add macos
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 6, 2023
1 parent afe4356 commit d96ce23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
strategy:
matrix:
release: [ {{ALL_RELEASES}}, ""]
runs-on: ubuntu-22.04
runs: [ "ubuntu-22.04", "macos-12"]
runs-on: ${{ matrix.runs }}
name: A job to run test sshfs {{VM_NAME}}
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
strategy:
matrix:
release: [ {{ALL_RELEASES}}, ""]
runs-on: ubuntu-22.04
runs: [ "ubuntu-22.04", "macos-12"]
runs-on: ${{ matrix.runs }}
name: A job to run test {{VM_NAME}}
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
Expand Down

0 comments on commit d96ce23

Please sign in to comment.