We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9b260 commit 796f85fCopy full SHA for 796f85f
.github/workflows/dotnetcore.yml
@@ -9,14 +9,16 @@ jobs:
9
# Label of the container job
10
runner-job:
11
# You must use a Linux environment when using service containers or container jobs
12
- runs-on: ubuntu-latest
+ runs-on:
13
+ group: ubuntu-runners
14
+ labels: ubuntu-22.04-16core
15
16
# Service containers to run with `runner-job`
17
services:
18
# Label used to access the service container
19
redis:
20
# Docker Hub image
- image: redis
21
+ image: redis:latest
22
# Set health checks to wait until redis has started
23
options: >-
24
--health-cmd "redis-cli ping"
0 commit comments