Skip to content

Commit

Permalink
chore: update ci cd actions environment
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jul 9, 2023
1 parent b881f23 commit 4b34902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: macOS-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
test:
runs-on: macOS-latest
runs-on: macos-13
env:
SCHEME: URLNavigator-Package
CODECOV_PACKAGE_NAME: URLNavigator
Expand Down

0 comments on commit 4b34902

Please sign in to comment.