diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-14 08:46:01 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-14 08:46:01 -0700 |
commit | 6902f83809cdd2ed39881b3d2ea7a70c6a048ea1 (patch) | |
tree | d2afe2228a80c8c80d9e09aa0eb9016bf2770880 /.github/workflows/CI.yml | |
parent | e3d2164f7275de7c56aed7ca28086d48ca46ba64 (diff) | |
download | fpm-6902f83809cdd2ed39881b3d2ea7a70c6a048ea1.tar.gz fpm-6902f83809cdd2ed39881b3d2ea7a70c6a048ea1.zip |
Test on Windows
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 83f4fc4..d870b4e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] gcc_v: [9] # Version of GFortran we want to use. env: FC: gfortran-${{ matrix.gcc_v }} |