Skip to content

Commit

Permalink
ci: replace macos-11 runners with macos-14
Browse files Browse the repository at this point in the history
Since GitHub does not support `macos-11` runners anymore, jobs using
these runners just hang. Let's replace them with the most actual
`macos-14` runners. Now we test the project against 12 and 14 versions:
we could fill the gap, but let's not create new runners without actual
need.

Tarantool 1.10 fails to build on `macos-14` runner, so this combination
is excluded from testing matrix.

Closes #402
  • Loading branch information
drewdzzz committed Aug 6, 2024
1 parent 25e7546 commit a539a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,14 @@ jobs:
- '1.20'
- 'stable'
runs-on:
- macos-11
- macos-12
- macos-14
tarantool:
- brew
- 1.10.15
exclude:
- runs-on: macos-14
tarantool: 1.10.15

env:
# Make sense only for non-brew jobs.
Expand Down

0 comments on commit a539a86

Please sign in to comment.