Skip to content

Commit abf4ddf

Browse files
Paul Boocockpaulboocock
authored andcommitted
Pin Github Actions to ubuntu-20.04 (close snowplow#858)
1 parent 7481204 commit abf4ddf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212

1313
env:
1414
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}

.github/workflows/deploy_core.yml

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

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111

1212
defaults:
1313
run:

.github/workflows/deploy_tracker.yml

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

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111

1212
env:
1313
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [ master ]
55
jobs:
66
security:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Use Node.js 12

0 commit comments

Comments
 (0)