Skip to content

Commit

Permalink
Use focal container.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 19, 2023
1 parent 26dee79 commit 8fea6df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ jobs:
- false
include:
- target: native_static
image_variant: bionic
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
- target: native_dyn
image_variant: bionic
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
- target: alpine_dyn
image_variant: alpine
lib_postfix: '/x86_64-linux-musl'
- target: android_arm
image_variant: bionic
image_variant: focal
lib_postfix: '/arm-linux-androideabi'
- target: android_arm64
image_variant: bionic
image_variant: focal
lib_postfix: '/aarch64-linux-android'
- target: win32_static
image_variant: f35
Expand All @@ -138,7 +138,7 @@ jobs:
image_variant: f35
lib_postfix: '64'
- target: wasm
image_variant: bionic
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
env:
HOME: /home/runner
Expand Down

0 comments on commit 8fea6df

Please sign in to comment.