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.
1 parent b55ba74 commit e8bd1fbCopy full SHA for e8bd1fb
.github/workflows/testing.yml
@@ -136,7 +136,7 @@ jobs:
136
- '1.20'
137
- 'stable'
138
runs-on:
139
- - macos-12
+ - macos-13
140
- macos-14
141
tarantool:
142
- brew
@@ -254,12 +254,6 @@ jobs:
254
with:
255
go-version: ${{ matrix.golang }}
256
257
- # Workaround for Mac OS 12 testrace failure
258
- # https://github.com/golang/go/issues/49138
259
- - name: disable MallocNanoZone for macos-12
260
- run: echo "MallocNanoZone=0" >> $GITHUB_ENV
261
- if: matrix.runs-on == 'macos-12'
262
-
263
# Workaround issue https://github.com/tarantool/tt/issues/640
264
- name: Fix tt rocks
265
if: matrix.tarantool == 'brew'
0 commit comments