mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
changing ubuntu runner to ubuntu-18.04
This commit is contained in:
parent
478bcb3278
commit
9d3a573e00
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cloc:
|
cloc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -227,7 +227,7 @@ jobs:
|
|||||||
# This process seems independent from the others
|
# This process seems independent from the others
|
||||||
build_snap:
|
build_snap:
|
||||||
name: Build Snap
|
name: Build Snap
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -295,7 +295,7 @@ jobs:
|
|||||||
|
|
||||||
publish_snap:
|
publish_snap:
|
||||||
name: Publish Snap
|
name: Publish Snap
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
needs: build_snap
|
needs: build_snap
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
steps:
|
steps:
|
||||||
@ -341,7 +341,7 @@ jobs:
|
|||||||
# Could be moved out a level
|
# Could be moved out a level
|
||||||
publish_npm:
|
publish_npm:
|
||||||
name: Publish NPM
|
name: Publish NPM
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
needs: build
|
needs: build
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user