Skip to content

Commit

Permalink
revert default platform to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Dec 4, 2024
1 parent 6d69e12 commit 65626d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: set-matrix
run: |
if [[ "${{ github.event_name }}" == "pull_request" && "${{ github.base_ref }}" == "develop" ]]; then
echo "matrix_os=[ \"macos-latest\"]" >> $GITHUB_OUTPUT
echo "matrix_os=[ \"ubuntu-latest\"]" >> $GITHUB_OUTPUT
else
echo "matrix_os=[\"windows-latest\", \"ubuntu-latest\", \"macos-latest\"]" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 65626d5

Please sign in to comment.