Skip to content

Commit 1c6664c

Browse files
committed
Update workflows
1 parent 285afcc commit 1c6664c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: windows
22

3-
env:
4-
OS: 'windows-2022'
5-
63
on:
74
push:
85
branches: [ "main" ]
@@ -11,7 +8,7 @@ on:
118

129
jobs:
1310
tests:
14-
runs-on: ${{ env.OS }}
11+
runs-on: windows-2022
1512

1613
steps:
1714
- name: Checkout
@@ -20,5 +17,5 @@ jobs:
2017
- name: Build and run tests
2118
uses: ./.github/workflows/tests.yml
2219
with:
23-
os: ${{ env.OS }}
20+
os: ${{ github.job.container.image }}
2421
cxx_compilers: '["cl"]'

0 commit comments

Comments
 (0)