Skip to content

Commit b7a0915

Browse files
author
Simon Planinschek
authored
Merge pull request #1 from aboutbits/update_workflow_ubuntu_version
Update Workflow ubuntu version to 20.04
2 parents b4bc37e + acb980d commit b7a0915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*'
66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/create-release@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test Package
22
on: push
33
jobs:
44
test:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)