Skip to content

Commit

Permalink
github: test_environment: test Ubuntu noble and not Ubuntu mantic
Browse files Browse the repository at this point in the history
mantic is EOL, save some CI time
  • Loading branch information
peterbarker committed May 10, 2024
1 parent 178c57a commit 65bf3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
name: focal
- os: ubuntu
name: jammy
- os: ubuntu
name: lunar
- os: ubuntu
name: mantic
- os: ubuntu
name: noble
- os: archlinux
name: latest
- os: debian
Expand Down

2 comments on commit 65bf3ad

@amilcarlucas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean lunar, right?

@peterbarker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops.

Please sign in to comment.