From d3b559cc0dc56b298c4a4e67453c8af9449e935c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Tue, 25 Jun 2024 04:17:02 +0900 Subject: [PATCH] =?UTF-8?q?change:=20macOS=2011=E3=81=AE=E3=82=B5=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=82=92=E5=88=87=E3=82=8B=20(#801)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 4 ++-- .github/workflows/build_and_deploy_downloader.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index aecd7dca8..8ac31c592 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -123,7 +123,7 @@ jobs: "can_skip_in_simple_test": true }, { - "os": "macos-11", + "os": "macos-12", "features": "", "target": "aarch64-apple-darwin", "artifact_name": "osx-arm64-cpu", @@ -131,7 +131,7 @@ jobs: "can_skip_in_simple_test": false }, { - "os": "macos-11", + "os": "macos-12", "features": "", "target": "x86_64-apple-darwin", "artifact_name": "osx-x64-cpu", diff --git a/.github/workflows/build_and_deploy_downloader.yml b/.github/workflows/build_and_deploy_downloader.yml index d1b9f4a21..20fd4d63a 100644 --- a/.github/workflows/build_and_deploy_downloader.yml +++ b/.github/workflows/build_and_deploy_downloader.yml @@ -60,11 +60,11 @@ jobs: - name: download-osx-x64 target: x86_64-apple-darwin - os: macos-11 + os: macos-12 - name: download-osx-arm64 target: aarch64-apple-darwin - os: macos-11 + os: macos-12 runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cace94823..14bfbddd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,8 +103,8 @@ jobs: { "os": "windows-2022", "features": "", "can_skip_in_simple_test": true }, { "os": "windows-2019", "features": "directml", "can_skip_in_simple_test": false }, { "os": "windows-2022", "features": "directml", "can_skip_in_simple_test": true }, - { "os": "macos-11", "features": "", "can_skip_in_simple_test": false }, - { "os": "macos-12", "features": "", "can_skip_in_simple_test": true }, + { "os": "macos-12", "features": "", "can_skip_in_simple_test": false }, + { "os": "macos-13", "features": "", "can_skip_in_simple_test": true }, { "os": "ubuntu-20.04", "features": "", "can_skip_in_simple_test": false }, { "os": "ubuntu-22.04", "features": "", "can_skip_in_simple_test": true } ]'