Skip to content

Commit c8e2947

Browse files
committed
revert: d8ba19a
1 parent d8ba19a commit c8e2947

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ jobs:
1515
matrix:
1616
os:
1717
- host: ubuntu-20.04
18-
- host: windows-2022
18+
# - host: windows-2019
1919
- host: macos-11 # x86_64
2020
- host: macos-14 # aarch64
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: DeterminateSystems/nix-installer-action@v10
24-
- name: Setup WSL for Windows
25-
if: runner.os == 'Windows'
26-
uses: Vampire/setup-wsl@v3
27-
with:
28-
distribution: Ubuntu-22.04
2924
- uses: cachix/cachix-action@v14
3025
with:
3126
name: devenv

0 commit comments

Comments
 (0)