From d1e0151b5fc65146c991298992795ac8517e5295 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 18 Mar 2024 22:02:15 +0900 Subject: [PATCH] chore: Add m1 chip macos --- .github/workflows/workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4cc4d55..00d747c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -8,6 +8,7 @@ on: paths: - setup.sh - action.yml + - .github/workflows/workflow.yml jobs: lint_shellcheck: runs-on: ubuntu-latest @@ -18,7 +19,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-latest, windows-latest, macos-latest] + operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14] channel: [stable, beta, master] include: - operating-system: ubuntu-latest @@ -48,7 +49,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-latest, windows-latest, macos-latest] + operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 - uses: ./