Skip to content

Commit f1d88dc

Browse files
drewdzzzoleg-jukovec
authored andcommitted
ci: replace macos-11 runners with macos-14
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
1 parent 9bb5124 commit f1d88dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,14 @@ jobs:
136136
- '1.20'
137137
- 'stable'
138138
runs-on:
139-
- macos-11
140139
- macos-12
140+
- macos-14
141141
tarantool:
142142
- brew
143143
- 1.10.15
144+
exclude:
145+
- runs-on: macos-14
146+
tarantool: 1.10.15
144147

145148
env:
146149
# Make sense only for non-brew jobs.

0 commit comments

Comments
 (0)