From 1d1af656e6c68bad4b437078d3d4374378226426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4nninen?= Date: Tue, 17 Sep 2024 14:44:51 +0300 Subject: [PATCH] Update google action to use new Github MacOS --- .github/workflows/google.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/google.yaml b/.github/workflows/google.yaml index ef9cbff76e..0d397d1ce0 100644 --- a/.github/workflows/google.yaml +++ b/.github/workflows/google.yaml @@ -60,13 +60,13 @@ jobs: os: ubuntu-latest - name: "macos-py38" python: "3.8" - os: macos-latest + os: macos-13 - name: "macos-py39" python: "3.9" - os: macos-latest + os: macos-13 - name: "macos-py310" python: "3.10" - os: macos-latest + os: macos-13 env: INVOKE_IS_CI_CD: 1