Skip to content

Commit

Permalink
ci: fix mistakenly commented out ubuntu test and comment out mac-os
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Sep 18, 2023
1 parent 178d358 commit 5f11811
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
name: Check for breaking Public API changes
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false
matrix:
rust: [stable]
job:
- os: macos-latest
# - os: ubuntu-latest # Need to generate API fixtures
# - os: macos-latest # Need to generate API fixtures
- os: ubuntu-latest
- os: windows-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
Expand Down

0 comments on commit 5f11811

Please sign in to comment.