fluffy ci: both testutp and linux test using ubuntu 22.04

to avoid conflict because if testutp using ubuntu-latest
cached Nim compiler will be used by linux test which is using
ubuntu 20.04, then missing glibc 2.33 error. ubuntu 20.04 still
using glibc 2.31
This commit is contained in:
jangko 2023-02-02 10:58:03 +07:00
parent 0f065e91b5
commit 7cb146c037
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
# separate job so it can run concurrently with other tests
testutp:
# whole test setup runs on ubuntu so we do not need multiple arch setup here
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# TODO: for now only push event as this way it is easier to get branch name
# to build container
if: github.event_name == 'push'
@ -108,7 +108,7 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-22.04
shell: bash
- target:
os: macos