Skip to content

Commit 4603da0

Browse files
docs: update code block syntax in README to YAML
1 parent b1d5ab1 commit 4603da0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The list of all available versions can be found in [runner-images](https://githu
2020
# Usage
2121

2222
Set the latest stable Xcode version:
23-
```
23+
```yaml
2424
jobs:
2525
build:
2626
runs-on: macos-latest
@@ -31,7 +31,7 @@ jobs:
3131
```
3232
3333
Set the latest Xcode version including beta releases:
34-
```
34+
```yaml
3535
jobs:
3636
build:
3737
runs-on: macos-latest
@@ -42,7 +42,7 @@ jobs:
4242
```
4343
4444
Set the specific stable version of Xcode:
45-
```
45+
```yaml
4646
jobs:
4747
build:
4848
runs-on: macos-15
@@ -53,7 +53,7 @@ jobs:
5353
```
5454
5555
Set a specific Xcode version on `macos-26`:
56-
```
56+
```yaml
5757
jobs:
5858
build:
5959
runs-on: macos-26

0 commit comments

Comments
 (0)