Skip to content

Commit d41c91d

Browse files
authored
ci: upgrade macOS version (#42)
1 parent 7f6e99a commit d41c91d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/include.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-10.15, ubuntu-20.04]
16+
os: [macos-12, ubuntu-20.04]
1717
env:
1818
working-directory: .test/include
1919

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-10.15, ubuntu-20.04]
16+
os: [macos-12, ubuntu-20.04]
1717
env:
1818
test-directory: .test/install
1919
lib-directory: "hypercomplex"

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [macos-10.15, ubuntu-20.04]
17+
os: [macos-12, ubuntu-20.04]
1818
fail-fast: false
1919
env:
2020
working-directory: .test/unit

0 commit comments

Comments
 (0)