From 96198295dc2d2f8b387491af26a0d191fa046c3e Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 10 Nov 2023 15:44:24 +0900 Subject: [PATCH] mod --- .github/workflows/macos.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e6e93fc2..d9b1ac46 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,15 +7,13 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11] - compiler: [g++-10] - # os: [macos-12, macos-11] - # compiler: [c++, g++-12] - # include: - # - os: macos-12 - # compiler: g++-11 - # - os: macos-11 - # compiler: g++-10 + os: [macos-12, macos-11] + compiler: [c++, g++-12] + include: + - os: macos-12 + compiler: g++-11 + - os: macos-11 + compiler: g++-10 steps: - uses: actions/checkout@v3