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