Skip to content

Commit 796f85f

Browse files
committed
updated ubuntu version
1 parent 0f9b260 commit 796f85f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnetcore.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
99
# Label of the container job
1010
runner-job:
1111
# You must use a Linux environment when using service containers or container jobs
12-
runs-on: ubuntu-latest
12+
runs-on:
13+
group: ubuntu-runners
14+
labels: ubuntu-22.04-16core
1315

1416
# Service containers to run with `runner-job`
1517
services:
1618
# Label used to access the service container
1719
redis:
1820
# Docker Hub image
19-
image: redis
21+
image: redis:latest
2022
# Set health checks to wait until redis has started
2123
options: >-
2224
--health-cmd "redis-cli ping"

0 commit comments

Comments
 (0)