From 35aafcdd805a3d40d1d8a3a3a5636c8d9737804b Mon Sep 17 00:00:00 2001 From: peefy Date: Tue, 15 Oct 2024 17:52:25 +0800 Subject: [PATCH] ci: update binary macos test os list Signed-off-by: peefy --- .github/workflows/install-kcl-lsp.yml | 2 +- .github/workflows/install-kcl.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-kcl-lsp.yml b/.github/workflows/install-kcl-lsp.yml index d44710a4..e23a347a 100644 --- a/.github/workflows/install-kcl-lsp.yml +++ b/.github/workflows/install-kcl-lsp.yml @@ -7,7 +7,7 @@ jobs: check-macos: strategy: matrix: - os: [macos-12, macos-13, macos-latest] + os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/install-kcl.yml b/.github/workflows/install-kcl.yml index 1e06978c..1a7299f8 100644 --- a/.github/workflows/install-kcl.yml +++ b/.github/workflows/install-kcl.yml @@ -7,7 +7,7 @@ jobs: check-macos: strategy: matrix: - os: [macos-12, macos-13, macos-latest] + os: [macos-12, macos-13, macos-13-xlarge, macos-14, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3