Skip to content

Commit 022c1c7

Browse files
committed
Downgrading ubuntu version for the buidl process
1 parent d809e85 commit 022c1c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ master ]
77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-18.04
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Init submodules

.github/workflows/hazelcast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Local Hazelcast Test
22
on:
33
push:
4-
branches: [ master, "*" ]
4+
branches: [ master, "hazelcast*", "*hazelcast*" ]
55
pull_request:
66
branches: [ master ]
77
jobs:

.github/workflows/mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: MongoDB support test
22
on:
33
push:
4-
branches: [ master, eugene/*, "mongodb*", "*mongodb*" ]
4+
branches: [ master, "mongodb*", "*mongodb*" ]
55
pull_request:
66
branches: [ master ]
77
jobs:

0 commit comments

Comments
 (0)