Skip to content

Commit

Permalink
Add macos-latest OS' to all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Nov 22, 2023
1 parent 7635b0b commit 61efc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
if: github.event_name != 'workflow_run' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
toolchain:
- stable
Expand Down

0 comments on commit 61efc84

Please sign in to comment.