mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user