Skip to content

Commit

Permalink
Merge pull request #1588 from 42organization/main
Browse files Browse the repository at this point in the history
[Bug] github Actions Deprecation 버그 / test-deploy 해결
  • Loading branch information
JeongRon authored Dec 23, 2024
2 parents c5ad2c0 + 1a78ece commit 2cff59a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Git Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- deploy
jobs:
continuous-deployment:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
continuous-deployment:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2cff59a

Please sign in to comment.