8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Update some usage of ubuntu-20.04 to 22.04.

This commit is contained in:
Adriano dos Santos Fernandes 2024-02-17 21:47:52 -03:00
parent bdd4481869
commit 6c275d76ca

View File

@ -6,7 +6,7 @@ jobs:
build-linux-ubuntu-x64-clang:
if: github.ref_type != 'tag'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
@ -113,7 +113,7 @@ jobs:
build-alpine-x64:
if: github.ref_type != 'tag'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container: alpine:3.14
steps: