Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 13682f5 commit 5d98d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- "1.82a"
- "1.83"
- "1.84"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build Nvidia Containers
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Build AMD Containers
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- "1.82a"
- "1.83"
- "1.84"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Deploy Nvidia Containers
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
exclude:
- os: "ubuntu22.04"
- amd_driver: "21.30"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Deploy AMD Containers
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d98d98

Please sign in to comment.