From 0b6cfe31b52be37c7b74829bad896877f273adfd Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 21 Jul 2024 13:45:44 +0800 Subject: [PATCH] ci: add macos-13 in the kcl and language server install tests Signed-off-by: peefy --- .github/workflows/install-kcl-lsp.yml | 4 ++-- .github/workflows/install-kcl.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-kcl-lsp.yml b/.github/workflows/install-kcl-lsp.yml index 1b36b6fd..51318a0c 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-11, macos-12, macos-latest] + os: [macos-11, macos-12, macos-13, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 @@ -55,7 +55,7 @@ jobs: check-kcl-lsp-brew-install-macos: strategy: matrix: - os: [macos-11, macos-12, macos-latest] + os: [macos-11, macos-12, macos-13, 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 56db9177..23b7cb16 100644 --- a/.github/workflows/install-kcl.yml +++ b/.github/workflows/install-kcl.yml @@ -98,7 +98,7 @@ jobs: check-kcl-brew-install: strategy: matrix: - os: [macos-11, macos-12, macos-latest, ubuntu-latest] + os: [macos-11, macos-12, macos-13, macos-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3