From ac49703d9ed7ea5c621fa935a1a8e3505ff6c34c Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 15 Dec 2025 16:25:58 +0100 Subject: [PATCH] ci: remove macos runner --- .github/workflows/test-integration.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1ed60f712f..20e1d2d344 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest ] + os: [ubuntu-latest] test-path: ${{ fromJson(needs.pre-test.outputs.matrix) }} steps: - name: Download prepared workspace diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7016a68ab..bef421a41c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v4