From c1e4921d658d9f4bb135ffdbc0cca283fe006e8e Mon Sep 17 00:00:00 2001 From: Imadzuma Date: Mon, 9 Dec 2024 16:40:42 +0300 Subject: [PATCH] update macos runner to macos-14 --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aff31b27d..bf046046a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,8 @@ jobs: matrix: target: - {os: windows-2022, arch: 'win64'} - - {os: macos-12, arch: 'macos12-x86_64'} - - {os: macos-12, arch: 'macos12-arm64'} + - {os: macos-14, arch: 'macos14-x86_64'} + - {os: macos-14, arch: 'macos14-arm64'} - {os: ubuntu-latest, arch: 'linux-x86_64'} include: - executable_path: './dist/kubemarine' @@ -47,9 +47,9 @@ jobs: 'python scripts/ci/build_binary.py' - target: {os: windows-2022, arch: 'win64'} build_cmd: python scripts/ci/build_binary.py - - target: {os: macos-12, arch: 'macos12-x86_64'} + - target: {os: macos-14, arch: 'macos14-x86_64'} build_cmd: python scripts/ci/build_binary.py x86_64 - - target: {os: macos-12, arch: 'macos12-arm64'} + - target: {os: macos-14, arch: 'macos14-arm64'} build_cmd: python scripts/ci/build_binary.py arm64 steps: - name: Checkout Repo @@ -97,7 +97,7 @@ jobs: - name: Download Executable uses: actions/download-artifact@v3 with: - name: kubemarine-macos12-arm64 + name: kubemarine-macos14-arm64 - name: Run Selftest run: | chmod +x kubemarine @@ -202,7 +202,7 @@ jobs: if: startsWith(github.ref, 'refs/tags') strategy: matrix: - arch: [ 'win64', 'macos12-x86_64', 'macos12-arm64', 'linux-x86_64' ] + arch: [ 'win64', 'macos14-x86_64', 'macos14-arm64', 'linux-x86_64' ] include: - ext: '' - arch: 'win64'