Skip to content

Commit

Permalink
Update runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Nov 11, 2022
1 parent 9c56da3 commit 981efd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/caching-envs-example.yml
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
caching-example:
name: Caching-Env
name: Caching-Env ${{ matrix.label }}

# prevent cronjobs from running on forks
if:
Expand All @@ -32,7 +32,7 @@ jobs:
- os: windows-latest
label: win-64

runs-on: ${{ matrix.label }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 981efd0

Please sign in to comment.