From 36e73859cf04cd1d445f9f39361912af6a6a275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4nninen?= Date: Tue, 17 Sep 2024 15:34:22 +0300 Subject: [PATCH] update MacOS in Github actions --- .github/workflows/openai.yaml | 6 +++--- .github/workflows/pdf.yaml | 6 +++--- .github/workflows/recognition.yaml | 6 +++--- .github/workflows/windows.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/openai.yaml b/.github/workflows/openai.yaml index d24b462d3f..c7b147b51e 100644 --- a/.github/workflows/openai.yaml +++ b/.github/workflows/openai.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 diff --git a/.github/workflows/pdf.yaml b/.github/workflows/pdf.yaml index ebb6022b2a..976455544a 100644 --- a/.github/workflows/pdf.yaml +++ b/.github/workflows/pdf.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 diff --git a/.github/workflows/recognition.yaml b/.github/workflows/recognition.yaml index 8dd4a99863..19449f6b5a 100644 --- a/.github/workflows/recognition.yaml +++ b/.github/workflows/recognition.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 diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index bc68ee7d79..5766a5c243 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.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