Skip to content

Commit

Permalink
Fix using wrong OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 13, 2025
1 parent 942049e commit 2819e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
"_22_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
os: rocky8
os: ubuntu22
ssh_user: ubuntu
secrets: inherit
"_24_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
os: rocky9
os: ubuntu24
ssh_user: ubuntu
secrets: inherit

0 comments on commit 2819e03

Please sign in to comment.