Skip to content

Commit

Permalink
🐛 Fixed workflow to target macos-latest with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmccollum committed Feb 18, 2024
1 parent d70c035 commit 239b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Set up a matrix to run OS and compiler configurations
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand Down

0 comments on commit 239b03b

Please sign in to comment.