From d98dc7baad4fe164f2d539986ffcc90a14711c1e Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 21 Mar 2024 18:43:57 -0700 Subject: [PATCH] workflows: client now builds on macos-14 --- .github/workflows/client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index a967df6..2747213 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -6,7 +6,7 @@ jobs: matrix: os: - { name: linux, on: ubuntu-latest } - - { name: darwin, on: macos-latest } + - { name: darwin, on: macos-14 } arch: - x86_64 - aarch64 @@ -36,7 +36,7 @@ jobs: matrix: os: - { name: linux, on: ubuntu-latest } - - { name: darwin, on: macos-latest } + - { name: darwin, on: macos-14 } arch: - x86_64 - aarch64