Skip to content

Commit

Permalink
update pr workflow dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: weak <[email protected]>
  • Loading branch information
weakfl committed Jul 6, 2024
1 parent d1945bf commit bd458e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
build_and_test:
runs-on: macos-13
runs-on: macos-14
if: ${{ github.event.pull_request.draft == false }}
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit bd458e8

Please sign in to comment.