From 38efca2ab884850d71a075efe9f6aba7c5bd68d6 Mon Sep 17 00:00:00 2001 From: yaneurao Date: Mon, 24 Jun 2024 21:54:00 +0900 Subject: [PATCH] =?UTF-8?q?runner=E3=81=AEmacos-13=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E3=80=81=E5=A4=89=E6=9B=B4=E6=BC=8F=E3=82=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/make-macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make-macos.yml b/.github/workflows/make-macos.yml index cbb4cd1ce..9b248a757 100644 --- a/.github/workflows/make-macos.yml +++ b/.github/workflows/make-macos.yml @@ -11,10 +11,10 @@ on: jobs: build-macos: - # macos-11 + # macos-13 # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md - runs-on: macos-11 + # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md + runs-on: macos-13 strategy: matrix: @@ -160,7 +160,7 @@ jobs: build-macos-suisho: # macos-13 # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners - # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md + # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md runs-on: macos-13 strategy: