1
0
Fork 0
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:
Grigory Efimov 2024-07-03 15:09:55 +00:00
parent 4aaef966f6
commit ade7a3c669
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -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: |