Skip to content

Commit

Permalink
.github: add a macOS workflow
Browse files Browse the repository at this point in the history
This will catch regressions such as the one introduced in #95.

Updates tailscale/corp#19964
  • Loading branch information
raggi committed May 14, 2024
1 parent d3e6ea0 commit 16551f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 16551f2

Please sign in to comment.