Skip to content

Commit f859244

Browse files
Merge pull request #11 from microting/master
Fixing github actions.
2 parents 39bcb04 + d46407f commit f859244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: work-items-planning-container.tar
6464
backend-pn-test:
6565
needs: backend-pn-build
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-latest
6767
strategy:
6868
fail-fast: false
6969
matrix:

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: work-items-planning-container.tar
5858
backend-pn-test:
5959
needs: backend-pn-build
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-latest
6161
strategy:
6262
fail-fast: false
6363
matrix:

0 commit comments

Comments
 (0)