Skip to content

Commit

Permalink
runnerのmacos-13対応、変更漏れ。
Browse files Browse the repository at this point in the history
  • Loading branch information
yaneurao committed Jun 24, 2024
1 parent 9f1e8c8 commit 38efca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 38efca2

Please sign in to comment.