We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6e99a commit d41c91dCopy full SHA for d41c91d
.github/workflows/include.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [macos-10.15, ubuntu-20.04]
+ os: [macos-12, ubuntu-20.04]
17
env:
18
working-directory: .test/include
19
.github/workflows/install.yml
test-directory: .test/install
lib-directory: "hypercomplex"
.github/workflows/unit.yml
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
20
working-directory: .test/unit
0 commit comments