Skip to content

Commit

Permalink
Increased upper Ubuntu test version to Noble (#386)
Browse files Browse the repository at this point in the history
The new LTS release of Ubuntu.
  • Loading branch information
freemanjp authored Nov 15, 2024
1 parent e558967 commit 782b0ba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

test:
name: Molecule test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
max-parallel: 3
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- lint
- test
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Requirements

* Focal (20.04)
* Jammy (22.04)
* Noble (24.04)

* RedHat Family

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ galaxy_info:
versions:
- focal
- jammy
- noble
- name: Debian
versions:
- buster
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-golang-ubuntu-max
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-arm32v7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-golang-ubuntu-arm32
image: ubuntu:22.04
image: ubuntu:24.04
platform: linux/arm/v7

provisioner:
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-arm64v8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-golang-ubuntu-arm64
image: ubuntu:22.04
image: ubuntu:24.04
platform: linux/arm64

provisioner:
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-go-eol/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-golang-ubuntu-max-go-eol
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down

0 comments on commit 782b0ba

Please sign in to comment.