We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9ae53 commit 6fb696bCopy full SHA for 6fb696b
1 file changed
.github/workflows/deployment.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix: # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
11
platform: [mac, ios]
12
- runs-on: macos-latest # https://github.com/actions/runner-images
+ runs-on: macos-14 # https://github.com/actions/runner-images
13
steps:
14
- uses: actions/checkout@v4 # https://github.com/actions/checkout
15
with:
0 commit comments