Skip to content

Commit

Permalink
.github/workflows/build.yml set macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Jul 3, 2024
1 parent 4aaef96 commit ade7a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ade7a3c

Please sign in to comment.