workflows: client now builds on macos-14

This commit is contained in:
Alex Zenla 2024-03-21 18:43:57 -07:00
parent b5f1d9edb0
commit d98dc7baad
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -6,7 +6,7 @@ jobs:
matrix: matrix:
os: os:
- { name: linux, on: ubuntu-latest } - { name: linux, on: ubuntu-latest }
- { name: darwin, on: macos-latest } - { name: darwin, on: macos-14 }
arch: arch:
- x86_64 - x86_64
- aarch64 - aarch64
@ -36,7 +36,7 @@ jobs:
matrix: matrix:
os: os:
- { name: linux, on: ubuntu-latest } - { name: linux, on: ubuntu-latest }
- { name: darwin, on: macos-latest } - { name: darwin, on: macos-14 }
arch: arch:
- x86_64 - x86_64
- aarch64 - aarch64