Skip to content

Commit

Permalink
ci: add macOS 12
Browse files Browse the repository at this point in the history
At some point `macos-11.0` label was replaced by `macos-11`, see [1],
[2], [3]. Moreover, `macos-12.0` does not work at all, so let's use the
similar named `macos-11` and `macos-12` (as current documentation anyway
suggests).

[1]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
[2]: actions/runner-images#3427
[3]: actions/runner-images#3633
  • Loading branch information
Totktonada committed Nov 18, 2022
1 parent f3ae351 commit 6320a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
fail-fast: false
matrix:
runs-on:
- macos-11.0
- macos-11
- macos-12
tarantool:
- brew
- 1.10.7
Expand Down

0 comments on commit 6320a2f

Please sign in to comment.