Skip to content

Commit 491289b

Browse files
committed
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. Closes #402
1 parent 25e7546 commit 491289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- '1.20'
137137
- 'stable'
138138
runs-on:
139-
- macos-11
139+
- macos-14
140140
- macos-12
141141
tarantool:
142142
- brew

0 commit comments

Comments
 (0)