Skip to content

Commit

Permalink
Don't consider non Linux for development this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 10, 2024
1 parent 9977605 commit d2cdb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
os:
- ubuntu-24.04
- macos-15 # aarch64
- macos-13 # x86_64
# - macos-15 # aarch64
# - macos-13 # x86_64
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit d2cdb41

Please sign in to comment.