From a011390d6bd671a461a50ae23f65eed1b4189d3c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 29 Jul 2022 17:28:42 +0900 Subject: [PATCH] Use macos-12 explicitly to not use self-hosted macos-latest --- dev/tasks/python-wheels/github.osx.amd64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/python-wheels/github.osx.amd64.yml b/dev/tasks/python-wheels/github.osx.amd64.yml index 9c0c85d320f3f..ee028e65ccc8a 100644 --- a/dev/tasks/python-wheels/github.osx.amd64.yml +++ b/dev/tasks/python-wheels/github.osx.amd64.yml @@ -35,7 +35,7 @@ env: jobs: build: name: Build wheel for OS X - runs-on: macos-11 + runs-on: macos-12 env: VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' steps: