File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build :
88 name : Build
9- strategy :
10- fail-fast : false
11- matrix :
12- os : [ ubuntu-latest, macos-latest, windows-latest ]
13- runs-on : ${{ matrix.os }}
9+ runs-on : ubuntu-18.04
1410 if : startsWith(github.event.head_commit.message, 'Releasing version') != true
1511
1612 steps :
Original file line number Diff line number Diff line change 88 earlyaccess :
99 name : EarlyAccess
1010 if : github.repository == 'redis-developer/testcontainers-redis' && startsWith(github.event.head_commit.message, 'Releasing version') != true
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-18.04
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99jobs :
1010 release :
1111 name : Release
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-18.04
1313 steps :
1414 - uses : actions/checkout@v2
1515 with :
You can’t perform that action at this time.
0 commit comments