Skip to content

Commit

Permalink
ci(build): expand OS matrix to include macOS and Windows
Browse files Browse the repository at this point in the history
This commit updates the GitHub Actions workflow for the build job to run on ubuntu-latest, macos-latest, and windows-latest. This change ensures our application is tested across all major operating systems.
  • Loading branch information
bartventer committed Feb 27, 2024
1 parent 1ba10c1 commit c818f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.21, 1.22]
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.21.x, 1.22.x]
env:
DB_NAME: test_tenants
DB_USER: postgres
Expand Down

0 comments on commit c818f91

Please sign in to comment.