Skip to content

Commit

Permalink
drop osx because it's unsupported by insideout
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 6, 2023
1 parent c05297a commit b716e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]
nim: [devel]
name: '${{ matrix.os }} (${{ matrix.nim }})'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b716e54

Please sign in to comment.