Skip to content

Commit

Permalink
Build on both Ubuntu and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Aug 12, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ env:

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e621000

Please sign in to comment.