Skip to content

Commit 5d6e6a3

Browse files
authored
[Fix] #609 - github actions 맥 버전 수정
1 parent 1d2f5fc commit 5d6e6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-and-deploy:
1212
name: Running CI/CD for WSS iOS Debug
13-
runs-on: macos-latest
13+
runs-on: macos-14
1414

1515
steps:
1616
- name: Checkout Repository

0 commit comments

Comments
 (0)