Skip to content

Commit

Permalink
ci: attempt to bring back Windows CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 20, 2024
1 parent 22e7151 commit d8ba19a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ jobs:
matrix:
os:
- host: ubuntu-20.04
# - host: windows-2019
- host: windows-2022
- host: macos-11 # x86_64
- host: macos-14 # aarch64
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- name: Setup WSL for Windows
if: runner.os == 'Windows'
uses: Vampire/setup-wsl@v3
with:
distribution: Ubuntu-22.04
- uses: cachix/cachix-action@v14
with:
name: devenv
Expand Down

0 comments on commit d8ba19a

Please sign in to comment.