mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
snap run on ubuntu 26
This commit is contained in:
parent
da65ffb227
commit
b838585626
1 changed files with 2 additions and 2 deletions
4
.github/workflows/snap_packaging_jobs.yml
vendored
4
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
- arch-name: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- arch-name: armhf
|
||||
run-on: ubuntu-24.04-arm
|
||||
run-on: ubuntu-26.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
@ -202,7 +202,7 @@ jobs:
|
|||
- arch-name: amd64
|
||||
run-on: ubuntu-24.04
|
||||
- arch-name: armhf
|
||||
run-on: ubuntu-24.04-arm
|
||||
run-on: ubuntu-26.04-arm
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue