diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 15:31:07 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 15:31:07 +0200 |
| commit | 1c59181013eb89ffa828b2334ae58814af1b2b2f (patch) | |
| tree | 0560e353ea3e75bedae0b25aaac30775f34dac27 | |
| parent | a8e3d474bc57cc5cb67ac971b56d7004b0ae6c81 (diff) | |
ci: update ci to 15 and xcode to 16.4
| -rw-r--r-- | .github/workflows/full_check.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index e4a8c0b..bca32d6 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -180,7 +180,7 @@ jobs: coin: [monero, wownero, zano] target: [aarch64-apple-darwin, x86_64-apple-darwin] name: macos build - runs-on: macos-14 + runs-on: macos-15 steps: - name: Checkout monero_c repo uses: actions/checkout@v4 @@ -190,7 +190,7 @@ jobs: submodules: recursive - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.2' + xcode-version: '16.4' - name: install dependencies run: | brew install ccache binutils pigz autoconf automake libtool pkg-config @@ -245,7 +245,7 @@ jobs: submodules: recursive - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.2' + xcode-version: '16.4' - name: install dependencies run: | brew install ccache cmake autoconf automake libtool @@ -466,7 +466,7 @@ jobs: matrix: coin: [monero, wownero] needs: [lib_macos] - runs-on: macos-14 + runs-on: macos-15 steps: - uses: denoland/setup-deno@v2 with: @@ -532,7 +532,7 @@ jobs: matrix: coin: [monero, wownero] needs: [lib_macos] - runs-on: macos-14 + runs-on: macos-15 steps: - uses: denoland/setup-deno@v2 with: |
