File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : ${{ runner.os }}
18- run : echo $RUNNER_OS
18+ run : echo ${ RUNNER_OS@L}
1919
2020 ubuntu-22-04 :
2121 runs-on : ubuntu-22.04
2222 steps :
2323 - name : ${{ runner.os }}
24- run : echo $RUNNER_OS
24+ run : echo ${ RUNNER_OS,,}
2525
2626 # Windows
2727 windows-latest :
@@ -36,14 +36,14 @@ jobs:
3636 steps :
3737 - name : ${{ runner.os }}
3838 shell : bash
39- run : echo $RUNNER_OS
39+ run : echo ${ RUNNER_OS@L}
4040
4141 windows-2022 :
4242 runs-on : windows-2022
4343 steps :
4444 - name : ${{ runner.os }}
4545 shell : bash
46- run : echo $RUNNER_OS
46+ run : echo ${ RUNNER_OS,,}
4747
4848 # macOS
4949 macos-latest :
@@ -56,10 +56,10 @@ jobs:
5656 runs-on : macos-15
5757 steps :
5858 - name : ${{ runner.os }}
59- run : echo $RUNNER_OS
59+ run : echo ${ RUNNER_OS@L}
6060
6161 macos-14 :
6262 runs-on : macos-14
6363 steps :
6464 - name : ${{ runner.os }}
65- run : echo $RUNNER_OS
65+ run : echo ${ RUNNER_OS,,}
You can’t perform that action at this time.
0 commit comments