From 1241226d28a090f1c8e403409159f1dbde1d1a2b Mon Sep 17 00:00:00 2001 From: Pranav Patil Date: Tue, 10 Dec 2024 12:10:31 +0530 Subject: [PATCH] small correction --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c259c470c..a36447052 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-13, arch: 'macos13-x86_64'} - - {os: macos-13, arch: 'macos13-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-13, arch: 'macos13-x86_64'} + - target: {os: macos-14, arch: 'macos14-x86_64'} build_cmd: python scripts/ci/build_binary.py x86_64 - - target: {os: macos-13, arch: 'macos13-arm64'} + - target: {os: macos-14, arch: 'macos14-arm64'} build_cmd: python scripts/ci/build_binary.py arm64 steps: - name: Checkout Repo @@ -76,14 +76,14 @@ jobs: retention-days: 1 test-binary: - # Currently macos-latest is macos-14-arm64, and thus binary build for macos13-arm64 can be tested on it. + # Currently macos-latest is macos-14-arm64, and thus binary build for macos14-arm64 can be tested on it. runs-on: macos-latest needs: build-binary steps: - name: Download Executable uses: actions/download-artifact@v3 with: - name: kubemarine-macos13-arm64 + name: kubemarine-macos14-arm64 - name: Run Selftest run: | chmod +x kubemarine @@ -188,7 +188,7 @@ jobs: if: startsWith(github.ref, 'refs/tags') strategy: matrix: - arch: [ 'win64', 'macos13-x86_64', 'macos13-arm64', 'linux-x86_64' ] + arch: [ 'win64', 'macos14-x86_64', 'macos14-arm64', 'linux-x86_64' ] include: - ext: '' - arch: 'win64'