Skip to content

Commit

Permalink
ci: run on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 17, 2024
1 parent 7ca9110 commit e28a3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
- main
jobs:
example:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup example
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Github Actions:
plugin: flipt
args: |
setup
working-directory: example
- name: Show flipt version
run: |
type flipt
Expand Down

0 comments on commit e28a3c8

Please sign in to comment.