diff --git a/.github/workflows/feature_ci.yml b/.github/workflows/feature_ci.yml index dbd0d83c..3e18c329 100644 --- a/.github/workflows/feature_ci.yml +++ b/.github/workflows/feature_ci.yml @@ -35,9 +35,9 @@ jobs: strategy: fail-fast: false matrix: - xcode: ['11', '13'] + xcode: ['14', '15'] - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 008e0aee..8184b4b5 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -52,13 +52,10 @@ jobs: strategy: fail-fast: false matrix: - xcode: - - '11' - - '12' - - '13' + xcode: ['14', '15'] build_type: [Debug, Release] - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v2