mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 18:14:07 +02:00
switch to ubuntu-22.04
This commit is contained in:
parent
83e262a1de
commit
bf7dff09de
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -9,7 +9,7 @@ name: Build
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Build smbclient
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Build smbclient
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue