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 67556c2 commit 6541e67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 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 All @@ -24,4 +27,6 @@ jobs:
working-directory: example
- name: Show kamal version
run: |
fluentci run --wasm . help
flox activate -- kamal version
working-directory: example
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Github Actions:
plugin: kamal
args: |
install
working-directory: example
- name: Show kamal help
run: |
flox activate -- type kamal
Expand Down

0 comments on commit 6541e67

Please sign in to comment.