Skip to content

Commit 55d5a94

Browse files
committed
chore: update macos version in release script
1 parent 7b16cfa commit 55d5a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-mac:
8-
runs-on: macos-11
8+
runs-on: macos-latest
99
env:
1010
BUILD_CERTIFICATE_BASE64: ${{ secrets.MAC_BUILD_CERTIFICATE_BASE64 }}
1111
P12_PASSWORD: ${{ secrets.MAC_BUILD_CERTIFICATE_BASE64_PASSWORD }}
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: maxim-lobanov/setup-xcode@v1
1717
with:
18-
xcode-version: 13
18+
xcode-version: latest-stable
1919

2020
- uses: actions/checkout@v2
2121

0 commit comments

Comments
 (0)