Skip to content

Commit

Permalink
chore: upgrade to macos-13 in acceptance test (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Dec 5, 2024
1 parent 7d8ce33 commit 32e52b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
wait-for-brew-releases:
name: Wait for brew Release to complete
runs-on: macos-12
runs-on: macos-13
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

wait-for-macos-releases:
name: Wait for macos platform executables Release to complete
runs-on: macos-12
runs-on: macos-13
continue-on-error: true
needs: [ get-branch, get-tag ]
outputs:
Expand Down

0 comments on commit 32e52b3

Please sign in to comment.