Skip to content

Commit

Permalink
ci-cd: Set ubuntu-runner ver 22.04 to prevent future breaking build (#25
Browse files Browse the repository at this point in the history
)

* Set ubuntu-runner ver to 24.04

* Revert to 22.04 in dotnet-core workflow

* Keep ubuntu-latest for container (couldnt test this anyways)
  • Loading branch information
hggutvik authored Dec 12, 2024
1 parent 54cbfab commit f996335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f996335

Please sign in to comment.