diff --git a/.github/workflows/build_and_test_full.yml b/.github/workflows/build_and_test_full.yml index a2918d6..74e04c5 100644 --- a/.github/workflows/build_and_test_full.yml +++ b/.github/workflows/build_and_test_full.yml @@ -130,7 +130,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14] # runs on Mac with both Intel (macos-13) and Apple Silicon (macos-14) processors + os: [macos-15-intel, macos-14] # runs on Mac with both Intel (macos-15-intel) and Apple Silicon (macos-14) processors needs: get_version env: OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install" diff --git a/.github/workflows/build_and_test_simple.yml b/.github/workflows/build_and_test_simple.yml index d703e44..d7c9c78 100644 --- a/.github/workflows/build_and_test_simple.yml +++ b/.github/workflows/build_and_test_simple.yml @@ -93,7 +93,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14] # runs on Mac with both Intel (macos-13) and Apple Silicon (macos-14) processors + os: [macos-15-intel, macos-14] # runs on Mac with both Intel (macos-15-intel) and Apple Silicon (macos-14) processors needs: get_version env: OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install" diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 70dfe85..0a32791 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -78,7 +78,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14] # runs on Mac with both Intel (macos-13) and Apple Silicon (macos-14) processors + os: [macos-15-intel, macos-14] # runs on Mac with both Intel (macos-15-intel) and Apple Silicon (macos-14) processors env: OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install" steps: @@ -182,7 +182,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14] # runs on Mac with both Intel (macos-13) and Apple Silicon (macos-14) processors + os: [macos-15-intel, macos-14] # runs on Mac with both Intel (macos-15-intel) and Apple Silicon (macos-14) processors env: OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install" steps: @@ -243,7 +243,7 @@ jobs: mv ../artifacts-downloaded/*/otel-matlab-macos*.tar.gz . mv ../artifacts-downloaded/*/otel-matlab-windows.tar.gz . tar -xzvf otel-matlab-ubuntu.tar.gz - tar -xzvf otel-matlab-macos-13.tar.gz + tar -xzvf otel-matlab-macos-15-intel.tar.gz tar -xzvf otel-matlab-macos-14.tar.gz tar -xzvf otel-matlab-windows.tar.gz - name: Decompress Artifacts without gRPC exporter @@ -252,7 +252,7 @@ jobs: cd $NOGRPC_FOLDER mv ../artifacts-downloaded/*/*nogrpc*.tar.gz . tar -xzvf otel-matlab-nogrpc-ubuntu.tar.gz - tar -xzvf otel-matlab-nogrpc-macos-13.tar.gz + tar -xzvf otel-matlab-nogrpc-macos-15-intel.tar.gz tar -xzvf otel-matlab-nogrpc-macos-14.tar.gz tar -xzvf otel-matlab-nogrpc-windows.tar.gz - name: Install MATLAB