]> Repositorios git - scryer-prolog.git/commitdiff
Test against macOS 10.15
authorAdrián Arroyo Calle <[email protected]>
Wed, 27 Jan 2021 22:40:26 +0000 (23:40 +0100)
committerAdrián Arroyo Calle <[email protected]>
Wed, 27 Jan 2021 22:40:26 +0000 (23:40 +0100)
.github/workflows/test.yml

index 07af56296571c5201a505f3502c866bf41165f93..94ebc69046607c02953ed29a91d55c8eda2c228d 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-20.04, macos-11.0]
+        os: [ubuntu-20.04, macos-10.15]
         rust-version: [stable, beta]
     steps:
       - name: Checkout sources