mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
workflows: client now builds on macos-14
This commit is contained in:
4
.github/workflows/client.yml
vendored
4
.github/workflows/client.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user