Skip to content

Commit f2bef0a

Browse files
build.yml: Update to macos-15
1 parent a72aa6d commit f2bef0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: macos-14
10+
runs-on: macos-15
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
submodules: recursive
1616
- name: Use HTTPS
@@ -19,7 +19,7 @@ jobs:
1919
git config --global url."https://".insteadOf git://
2020
- name: Build
2121
run: |
22-
xcodebuild\
23-
-scheme TreeSitterLanguages-Package\
24-
-sdk iphonesimulator\
22+
xcodebuild \
23+
-scheme TreeSitterLanguages-Package \
24+
-sdk iphonesimulator \
2525
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'

0 commit comments

Comments
 (0)