Skip to content

Commit

Permalink
Update ubuntu to 24.04 (redhat-best-practices-for-k8s#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored May 17, 2024
1 parent e548ff9 commit 8c55b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
if: github.event.pull_request.merged == true
name: Run Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:

- name: Set up Go
Expand All @@ -25,7 +25,7 @@ jobs:

close_job:
if: github.event.pull_request.merged == false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: |
echo PR #${{ github.event.number }} has been closed without being merged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: Run Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:

- name: Set up Go
Expand Down

0 comments on commit 8c55b04

Please sign in to comment.