Skip to content

Commit 61954c9

Browse files
committed
ci: fix pod install
1 parent a18435a commit 61954c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
ci:
2222
name: Run Tests
23-
runs-on: ubuntu-latest
23+
runs-on: macos-latest
2424
outputs:
2525
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
2626

0 commit comments

Comments
 (0)