Skip to content

Commit

Permalink
ci: hosted-runners를 개발환경과 동일한 macos-latest로 변경 (#ATR-592)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Jul 29, 2024
1 parent 8fa2ba1 commit 76fe905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
command: ['lint', 'build', 'type']
Expand Down

0 comments on commit 76fe905

Please sign in to comment.