Add support for macos-13-arm64 GitHub runners

This commit is contained in:
Benoit Daloze
2023-10-11 18:58:56 +02:00
parent f887fb3d0e
commit 5cfe23c062
5 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
| Operating System | Supported |
| ---------------- | --------- |
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04` |
| macOS | `macos-11`, `macos-12`, `macos-13` |
| macOS | `macos-11`, `macos-12`, `macos-13`, `macos-13-xlarge` (arm64) |
| Windows | `windows-2019`, `windows-2022` |
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)