Skip to content

Commit d3f1598

Browse files
committed
Updated CI jobs to run on Ubuntu 26.04
1 parent 59ad80b commit d3f1598

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker [Jammy, Noble]
1+
name: Docker [Jammy, Noble, Resolute]
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [jammy, noble]
25+
os: [jammy, noble, resolute]
2626
env:
2727
REGISTRY: ghcr.io
2828
IMAGE_NAME: ${{ github.repository }}

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu [Jammy, Noble]
1+
name: Ubuntu [Jammy, Noble, Resolute]
22

33
on:
44
push:
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
distro: [jammy, noble]
27+
distro: [jammy, noble, resolute]
2828
container:
2929
image: ubuntu:${{ matrix.distro }}
3030
env:

0 commit comments

Comments
 (0)