Skip to content

Commit 2c256b4

Browse files
committed
update xcode macos
Change-Id: Ie4282f3319c9b6b77cfaeba10c094720f7069d87
1 parent 1141514 commit 2c256b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/opensource.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414

1515
jobs:
1616
Build:
17-
runs-on: macos-11
17+
runs-on: macos-12
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: pod cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: Pods
2424
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}

0 commit comments

Comments
 (0)