diff --git a/.github/workflows/devshell.yml b/.github/workflows/devshell.yml index eacc4e4..84cede6 100644 --- a/.github/workflows/devshell.yml +++ b/.github/workflows/devshell.yml @@ -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: