diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index bbd163907..2f6d1128d 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -23,9 +23,9 @@ jobs: os: [ [self-hosted, macos, amd64, 13, test], - [self-hosted, macos, amd64, 12, test], + [self-hosted, macos, amd64, 14, test], [self-hosted, macos, arm64, 13, test], - [self-hosted, macos, arm64, 12, test] + [self-hosted, macos, arm64, 14, test] ] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/build-and-test-pkg.yaml b/.github/workflows/build-and-test-pkg.yaml index e59da8a1e..51f28c359 100644 --- a/.github/workflows/build-and-test-pkg.yaml +++ b/.github/workflows/build-and-test-pkg.yaml @@ -118,7 +118,7 @@ jobs: matrix: os: [ [self-hosted, macos, arm64, 11, release], - [self-hosted, macos, arm64, 12, release], + [self-hosted, macos, arm64, 14, release], [self-hosted, macos, arm64, 13, release] ] runs-on: ${{ matrix.os }} @@ -229,7 +229,7 @@ jobs: matrix: os: [ [self-hosted, macos, amd64, 11, release], - [self-hosted, macos, amd64, 12, release], + [self-hosted, macos, amd64, 14, release], [self-hosted, macos, amd64, 13, release] ] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/ci-docs.yaml b/.github/workflows/ci-docs.yaml index 39d278eeb..58ef80952 100644 --- a/.github/workflows/ci-docs.yaml +++ b/.github/workflows/ci-docs.yaml @@ -51,24 +51,13 @@ jobs: os: [ [self-hosted, macos, amd64, 13, test], - [self-hosted, macos, amd64, 12, test], + [self-hosted, macos, amd64, 14, test], [self-hosted, macos, arm64, 13, test], - [self-hosted, macos, arm64, 12, test] + [self-hosted, macos, arm64, 14, test] ] runs-on: ${{ matrix.os }} steps: - run: echo "Skipping CI for docs & contrib files" - e2e-tests-for-docker-compat: - strategy: - matrix: - os: - [ - [self-hosted, macos, amd64, 13, test], - [self-hosted, macos, arm64, 13, test], - ] - runs-on: ${{ matrix.os }} - steps: - - run: echo "Skipping CI for docs & contrib files" mdlint: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 998880510..bc5b40241 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,9 +101,9 @@ jobs: os: [ [self-hosted, macos, amd64, 13, test], - [self-hosted, macos, amd64, 12, test], + [self-hosted, macos, amd64, 14, test], [self-hosted, macos, arm64, 13, test], - [self-hosted, macos, arm64, 12, test] + [self-hosted, macos, arm64, 14, test] ] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/release-homebrew.yaml b/.github/workflows/release-homebrew.yaml index 02ba8f679..9a6a835b0 100644 --- a/.github/workflows/release-homebrew.yaml +++ b/.github/workflows/release-homebrew.yaml @@ -44,7 +44,7 @@ jobs: os: [ [self-hosted, macos, arm64, 11, release], - [self-hosted, macos, arm64, 12, release], + [self-hosted, macos, arm64, 14, release], [self-hosted, macos, arm64, 13, release], ] runs-on: ${{ matrix.os }} @@ -167,7 +167,7 @@ jobs: os: [ [self-hosted, macos, amd64, 11, release], - [self-hosted, macos, amd64, 12, release], + [self-hosted, macos, amd64, 14, release], [self-hosted, macos, amd64, 13, release], ] runs-on: ${{ matrix.os }}