We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c80d67 commit db0513aCopy full SHA for db0513a
.github/workflows/make-release.yml
@@ -72,7 +72,7 @@ jobs:
72
steps:
73
- uses: maxim-lobanov/setup-xcode@v1
74
with:
75
- xcode-version: '14.3.1'
+ xcode-version: '15.0.1'
76
- uses: actions/checkout@v4
77
78
submodules: true
@@ -98,11 +98,11 @@ jobs:
98
path: aarch64-apple-darwin-mklittlefs-*.zip
99
100
build-mac:
101
- runs-on: macos-12
+ runs-on: macos-13
102
103
104
105
- xcode-version: '13.1.0'
+ xcode-version: '14.1.0'
106
107
108
0 commit comments