Use Ubuntu Focal as CI base image

This commit is contained in:
Emmanuel Engelhart 2023-05-26 13:54:52 +02:00
parent 881c121142
commit e4595f357d
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 4 additions and 4 deletions

View File

@ -54,19 +54,19 @@ jobs:
include: include:
- name: native_static - name: native_static
target: native_static target: native_static
image_variant: bionic image_variant: focal
lib_postfix: '/x86_64-linux-gnu' lib_postfix: '/x86_64-linux-gnu'
- name: native_dyn - name: native_dyn
target: native_dyn target: native_dyn
image_variant: bionic image_variant: focal
lib_postfix: '/x86_64-linux-gnu' lib_postfix: '/x86_64-linux-gnu'
- name: android_arm - name: android_arm
target: android_arm target: android_arm
image_variant: bionic image_variant: focal
lib_postfix: '/arm-linux-androideabi' lib_postfix: '/arm-linux-androideabi'
- name: android_arm64 - name: android_arm64
target: android_arm64 target: android_arm64
image_variant: bionic image_variant: focal
lib_postfix: '/aarch64-linux-android' lib_postfix: '/aarch64-linux-android'
- name: win32_static - name: win32_static
target: win32_static target: win32_static