Skip to content

Commit

Permalink
update xcode macos
Browse files Browse the repository at this point in the history
Change-Id: Ie4282f3319c9b6b77cfaeba10c094720f7069d87
  • Loading branch information
tonychanchen committed Oct 17, 2023
1 parent 1141514 commit 2c256b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/opensource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:

jobs:
Build:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: pod cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand Down

0 comments on commit 2c256b4

Please sign in to comment.