We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 993f644 + f1d88dc commit f8c753cCopy full SHA for f8c753c
.github/workflows/testing.yml
@@ -136,11 +136,14 @@ jobs:
136
- '1.20'
137
- 'stable'
138
runs-on:
139
- - macos-11
140
- macos-12
+ - macos-14
141
tarantool:
142
- brew
143
- 1.10.15
144
+ exclude:
145
+ - runs-on: macos-14
146
+ tarantool: 1.10.15
147
148
env:
149
# Make sense only for non-brew jobs.
Makefile
@@ -24,7 +24,7 @@ clean:
24
deps: clean
25
@(command -v tt > /dev/null || (echo "error: tt not found" && exit 1))
26
( cd ./queue/testdata; tt rocks install queue 1.3.0 )
27
- ( cd ./crud/testdata; tt rocks install crud 1.4.1 )
+ ( cd ./crud/testdata; tt rocks install crud )
28
29
.PHONY: datetime-timezones
30
datetime-timezones:
0 commit comments