1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00

changing ubuntu runner to ubuntu-18.04

This commit is contained in:
Joseph Flinn 2021-01-14 21:42:25 +00:00
parent 478bcb3278
commit 9d3a573e00

View File

@ -10,7 +10,7 @@ on:
jobs:
cloc:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
@ -227,7 +227,7 @@ jobs:
# This process seems independent from the others
build_snap:
name: Build Snap
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
@ -295,7 +295,7 @@ jobs:
publish_snap:
name: Publish Snap
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: build_snap
if: github.event_name == 'release'
steps:
@ -341,7 +341,7 @@ jobs:
# Could be moved out a level
publish_npm:
name: Publish NPM
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: build
if: github.event_name == 'release'
steps: