Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad authored Sep 10, 2024
1 parent 4672849 commit 5677199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
}
- {
NAME: macos,
OS: macos-latest-large,
OS: macos-13,
PATH: target/optimized/bob,
}
- { NAME: windows, OS: windows-latest, PATH: build }
Expand Down

0 comments on commit 5677199

Please sign in to comment.