Skip to content

Commit 2071f7c

Browse files
committed
Fix mysql version to match buildbot builds
1 parent b6dadc1 commit 2071f7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build master branch
1+
name: Build Release
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ env:
99
DUMP_SYMS_VERSION: '2.3.7'
1010
# Used for caching
1111
# TODO: Handle this better so that we don't have to update this in lockstep with checkout-deps
12-
MYSQL_VERSION: '5.7'
12+
MYSQL_VERSION: '5.5'
1313
MMSOURCE_VERSION: '1.12'
1414
jobs:
1515
build:

0 commit comments

Comments
 (0)