Skip to content

Commit

Permalink
use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 8, 2025
1 parent f654f5d commit a902cd0
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-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
prepare:
name: Prepare Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
dockerDistros: ${{ steps.set_matrix.outputs.dockerDistros }}
steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
needs: [ prepare ]
env:
PUSH_IMAGES: ${{github.event_name != 'pull_request' && github.repository_owner == 'GitTools'}}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
prepare:
name: Prepare Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
dockerDistros: ${{ steps.set_matrix.outputs.dockerDistros }}
dotnetVersions: ${{ steps.set_matrix.outputs.dotnetVersions }}
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
needs: [ prepare ]
env:
PUSH_IMAGES: ${{github.event_name != 'pull_request' && github.repository_owner == 'GitTools'}}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
Expand Down

0 comments on commit a902cd0

Please sign in to comment.