Skip to content

Commit

Permalink
Add comment why ubuntu is not included
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 8, 2025
1 parent 530382b commit 2d763fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/smoke-test-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
matrix:
# macos-14 is ARM-based
# macos-14-large is x86-based
# Ubuntu is not included because the full test suite runs on Ubuntu
os: [windows-latest, macos-14, macos-14-large]
continue-on-error: true # Allows all jobs to run even if one fails

# Allows all jobs to run even if one fails
continue-on-error: true

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2d763fa

Please sign in to comment.