1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00

Actions: Build on ubuntu-18.04

This commit is contained in:
Chen-I Lim 2021-03-26 13:56:39 -07:00
parent 68f2b5bedb
commit be477dadbc
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout

View File

@ -9,7 +9,7 @@ on:
jobs:
ci-ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout

View File

@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout