Skip to content

Commit

Permalink
ci: macos-latest -> macos-12
Browse files Browse the repository at this point in the history
I want to see if there's trouble ahead from this:

actions/runner-images#6384

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Oct 18, 2022
1 parent cda17fc commit a756a4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a756a4a

Please sign in to comment.