mirror of
https://github.com/bitwarden/cli
synced 2025-12-10 21:33:33 +00:00
changing ubuntu runner to ubuntu-18.04
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user