switch to ubuntu-22.04

This commit is contained in:
Robin Appelman 2025-05-02 20:44:04 +02:00
commit bf7dff09de
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ name: Build
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
name: Build smbclient name: Build smbclient
strategy: strategy:

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
name: Build smbclient name: Build smbclient
strategy: strategy:

View file

@ -1,6 +1,6 @@
# smbclient-builder # smbclient-builder
Mostly static `smbclient` builds for ubuntu 20.04. Mostly static `smbclient` builds for ubuntu 22.04.
Intended to easily install different `smbclient` versions in CI Intended to easily install different `smbclient` versions in CI