From a756a4aacc57b845bc8ff90b86fd64ea814781a7 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 18 Oct 2022 10:08:29 +0200 Subject: [PATCH] ci: macos-latest -> macos-12 I want to see if there's trouble ahead from this: https://github.com/actions/runner-images/issues/6384 Signed-off-by: Stephan Renatus --- .github/workflows/pull-request.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index ac967b17a0..3fb0e45ab9 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -49,7 +49,7 @@ jobs: run: ubuntu-22.04 targets: ci-go-ci-build-windows - os: darwin - run: macos-latest + run: macos-12 targets: ci-build-darwin ci-build-darwin-arm64-static steps: - name: Check out code @@ -94,7 +94,7 @@ jobs: - os: linux run: ubuntu-22.04 - os: darwin - run: macos-latest + run: macos-12 steps: - name: Check out code uses: actions/checkout@v3 @@ -263,7 +263,7 @@ jobs: - os: ubuntu-22.04 exec: opa_linux_amd64_static wasm: disabled - - os: macos-latest + - os: macos-12 exec: opa_darwin_amd64 - os: windows-latest exec: opa_windows_amd64.exe @@ -292,7 +292,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-latest] + os: [ubuntu-22.04, macos-12] version: ["1.18", "1.17"] steps: - uses: actions/checkout@v3