Skip to content

Commit

Permalink
Change Ubuntu version (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners authored Oct 15, 2024
1 parent e528cca commit b1dd057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions: read-all
jobs:
pack:
name: Build and Pack
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

sbom-create:
name: Create SBOM
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: pack
permissions:
actions: read
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
sbom-attach:
name: Attach SBOM file
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- sbom-create
- pack
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
publish-package:
name: Publish NuGet Package
needs: pack
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
docker-publish:
name: Publish to Docker Hub
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- publish-package
steps:
Expand Down

0 comments on commit b1dd057

Please sign in to comment.