Add support for macos-14-arm64 GitHub runners

This commit is contained in:
なつき
2024-01-31 15:57:37 +01:00
committed by Benoit Daloze
parent 7f2d473c10
commit e8677f0f39
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -169,6 +169,7 @@ const GitHubHostedPlatforms = [
'macos-12-x64',
'macos-13-x64',
'macos-13-arm64',
'macos-14-arm64',
'windows-2019-x64',
'windows-2022-x64',
]