File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9595 needs : check_release_name
9696 if : needs.check_release_name.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
9797 name : Build Plugin
98- runs-on : macos-13
98+ runs-on : macos-latest
9999 permissions :
100100 contents : write
101101 pull-requests : write
@@ -358,7 +358,7 @@ jobs:
358358 platform : darwin
359359 arch : x64
360360 npm_config_arch : x64
361- - os : macos-13
361+ - os : macos-latest
362362 platform : darwin
363363 arch : arm64
364364 npm_config_arch : arm64
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ jobs:
7373 platform : alpine
7474 arch : x64
7575 npm_config_arch : x64
76- - os : macos-13
76+ - os : macos-latest
7777 platform : darwin
7878 arch : x64
7979 npm_config_arch : x64
80- - os : macos-13
80+ - os : macos-latest
8181 platform : darwin
8282 arch : arm64
8383 npm_config_arch : arm64
Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
5757 platform : alpine
5858 arch : x64
5959 npm_config_arch : x64
60- - os : macos-13
60+ - os : macos-latest
6161 platform : darwin
6262 arch : x64
6363 npm_config_arch : x64
64- - os : macos-13
64+ - os : macos-latest
6565 platform : darwin
6666 arch : arm64
6767 npm_config_arch : arm64
You can’t perform that action at this time.
0 commit comments