Skip to content

Commit

Permalink
github actions: add ubuntu-24.04 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Jul 4, 2024
1 parent dfc29d1 commit 636ef9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI Basic Build
on:

push:
branches: [ "master", "proposed_master", "fallout", "github_actions_development" ]
branches: [ "master", "proposed_master", "fallout", "github-actions-development" ]
pull_request:
branches: [ "master", "proposed_master", "fallout", "github_actions_development" ]
branches: [ "master", "proposed_master", "fallout", "github-actions-development" ]

jobs:

Expand All @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 636ef9f

Please sign in to comment.