Skip to content

Commit 6fb696b

Browse files
committed
ci: specify macos-14 runner image
1 parent 9e9ae53 commit 6fb696b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix: # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
1111
platform: [mac, ios]
12-
runs-on: macos-latest # https://github.com/actions/runner-images
12+
runs-on: macos-14 # https://github.com/actions/runner-images
1313
steps:
1414
- uses: actions/checkout@v4 # https://github.com/actions/checkout
1515
with:

0 commit comments

Comments
 (0)