Skip to content

Commit

Permalink
Add ubuntu to Github Actions build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Dec 21, 2023
1 parent fa0da41 commit 1b9672a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
#os: [macos-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 1b9672a

Please sign in to comment.