From a687df0e22034f6e8df58f5ff0bd7983e4bc31c0 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Mon, 27 May 2024 23:58:29 +0900 Subject: [PATCH] Update osx enviconment. --- .github/workflows/gha.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gha.yml b/.github/workflows/gha.yml index 199dfaacf..4abe45fe5 100644 --- a/.github/workflows/gha.yml +++ b/.github/workflows/gha.yml @@ -18,11 +18,15 @@ jobs: matrix: pattern: [0, 1, 2, 3, 4] steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v3 + - name: Install Dependencies + brew update + brew install --force llvm - name: Cache boost id: cache-boost - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/boost-prefix/ key: ${{ runner.os }}-boost-1-85-0-2024-05-27 @@ -33,7 +37,7 @@ jobs: - name: Cache zlib id: cache-zlib - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/zlib-prefix/ key: ${{ runner.os }}-zlib-1-2-13-2022-11-02 @@ -85,7 +89,7 @@ jobs: matrix: pattern: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install build dependencies shell: bash @@ -97,7 +101,7 @@ jobs: - name: Cache boost id: cache-boost - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/boost-prefix/ key: ${{ runner.os }}-boost-1-85-0-2024-05-27 @@ -108,7 +112,7 @@ jobs: - name: Cache zlib id: cache-zlib - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/zlib-prefix/ key: ${{ runner.os }}-zlib-1-2-13-2022-11-02 @@ -198,11 +202,11 @@ jobs: cxx: [14, 17, 20] pp_flag: ["/Zc:preprocessor-", "/Zc:preprocessor"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache vcpkg dependencies id: cache-vcpkg - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: C:/vcpkg/installed/x64-windows key: ${{ runner.os }}-vcpkg-2021-08-09