Skip to content

Commit 36ff404

Browse files
authored
Update yaml file
Update yaml file
2 parents e6caeae + 302f466 commit 36ff404

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ windows-2019, macos-latest, ubuntu-22.04 ]
9+
os: [ windows-latest, macos-latest, ubuntu-latest ]
1010
cmake: [ 3.15, 3.x ]
1111
include:
12-
- os: windows-2019
12+
- os: windows-latest
1313
static_postfix: _static
1414
tree: tree /F
1515
CXX: cl
1616

17-
- os: ubuntu-22.04
17+
- os: ubuntu-latest
1818
tree: tree
1919

2020
- os: macos-latest
@@ -33,7 +33,7 @@ jobs:
3333
# System set-up
3434
- uses: actions/checkout@v4
3535
- uses: ilammy/msvc-dev-cmd@v1
36-
- uses: seanmiddleditch/gha-setup-ninja@master
36+
- uses: seanmiddleditch/gha-setup-ninja@v4
3737
- uses: jwlawson/actions-setup-cmake@v2
3838
with:
3939
cmake-version: ${{ matrix.cmake }}

0 commit comments

Comments
 (0)