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:
parent
bdd4481869
commit
6c275d76ca
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user