Skip to content

Commit

Permalink
feat: macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Feb 19, 2024
1 parent fa698a8 commit 15ae03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
assemble:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout Project
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
assemble:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Get current date
id: date
Expand Down

0 comments on commit 15ae03d

Please sign in to comment.