Move all 19.04-based jobs back to ubuntu 18.04

This commit is contained in:
Martin Kroeker 2020-04-15 17:38:33 +02:00 committed by GitHub
parent 84a9614345
commit 579811fb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ platform:
steps: steps:
- name: Build and Test - name: Build and Test
image: ubuntu:19.04 image: ubuntu:18.04
environment: environment:
CC: gcc CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32' COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
@ -32,7 +32,7 @@ platform:
steps: steps:
- name: Build and Test - name: Build and Test
image: ubuntu:19.04 image: ubuntu:18.04
environment: environment:
CC: gcc CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32' COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32'
@ -152,7 +152,7 @@ platform:
steps: steps:
- name: Build and Test - name: Build and Test
image: ubuntu:19.04 image: ubuntu:18.04
environment: environment:
CC: gcc CC: gcc
COMMON_FLAGS: 'USE_OPENMP=1' COMMON_FLAGS: 'USE_OPENMP=1'
@ -176,7 +176,7 @@ platform:
steps: steps:
- name: Build and Test - name: Build and Test
image: ubuntu:19.04 image: ubuntu:18.04
environment: environment:
CC: gcc CC: gcc
COMMON_FLAGS: 'USE_THREAD=1' COMMON_FLAGS: 'USE_THREAD=1'