diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e29445529..455c5cb75b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: build_type: [Release] - os: [ubuntu-20.04, macos-12, windows-2019] + os: [ubuntu-20.04, macos-13, windows-2019] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 615c1aea82..ed982b26f4 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -1,4 +1,4 @@ -name: MATLAB Tests Workflow +maname: MATLAB Tests Workflow on: push: @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: build_type: [Release] - os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-20.04, windows-2019, macos-13] matlab_version: [R2022a, R2022b, R2023a] steps: