Skip to content

Commit 8792514

Browse files
Update main.yml
1 parent 0d4a202 commit 8792514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-latest, macos-latest, windows-latest]
10+
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
1111

1212
runs-on: ${{ matrix.os }}
1313

@@ -25,7 +25,7 @@ jobs:
2525
bot_name: ${{ secrets.BOT_NAME }}
2626
bot_token: ${{ secrets.BOT_TOKEN }}
2727
cache_name: turtlebrowser/conan-cache-turtlebrowser
28-
key: test_${{ runner.os }}-${{ hashFiles('restore.sh') }}-${{ hashFiles('save.sh') }}
28+
key: test_${{ runner.os }}-${{ hashFiles('restore.sh') }}-${{ hashFiles('save.sh') }}-2
2929
target_os: Test
3030
lfs_limit: 60
3131

0 commit comments

Comments
 (0)