Skip to content

Commit ea20499

Browse files
Ubuntu 18 for wf
1 parent 14c8978 commit ea20499

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-18.04
1212
steps:
1313
- name: galaxy
1414
uses: robertdebock/[email protected]

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
- feature/*
88
jobs:
99
lint:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-18.04
1111
strategy:
12-
fail-fast: false
12+
fail-fast: true
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v2

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
- cron: '0 6 * * 0'
1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-18.04
1414
strategy:
15-
fail-fast: false
15+
fail-fast: true
1616
steps:
1717
- name: checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)