From d2cdb41513ccdf7b55fc29e2cc7b2eda84b6b0e9 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 10 Nov 2024 19:34:05 +0900 Subject: [PATCH] Don't consider non Linux for development this repository Follow https://github.com/kachick/dotfiles/pull/913 --- .github/workflows/devshell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: