Skip to content

Commit

Permalink
Fix pod publish to use macOS 13 (#1836) (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannaquu authored Jul 20, 2023
1 parent 2bf3c24 commit a562444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 0.2.[0-9]+_main_0.2
jobs:
Pod-Publish:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a562444

Please sign in to comment.