mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
revert to ubuntu 18.04
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
# 1. Unit/Integration Test
|
||||
unit-integration-test:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: localhost
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
# 2. Build VM image
|
||||
build-vm:
|
||||
needs: unit-integration-test
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build VM Image
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
# 3. Functional Test
|
||||
functional-test:
|
||||
needs: build-vm
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Functional Test
|
||||
|
||||
Reference in New Issue
Block a user