mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
.github/workflows/build.yml set macos-13
This commit is contained in:
parent
4aaef966f6
commit
ade7a3c669
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ permissions:
|
|||
name: Build
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ github.event_name == 'push' && 'macos-14' || (github.event.inputs.run-on-runner || 'self-hosted') }}
|
||||
runs-on: ${{ github.event_name == 'push' && 'macos-13' || (github.event.inputs.run-on-runner || 'self-hosted') }}
|
||||
steps:
|
||||
- name: validate agent
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue