Skip to content

Commit

Permalink
Added macOS workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 22, 2023
1 parent 2e28bf8 commit ef5733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
jobs:
functest:
name: Functional Test
runs-on: ubuntu-latest
runs-on: [macos-12, ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- run: ./install.sh
Expand Down

0 comments on commit ef5733e

Please sign in to comment.