File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 # - https://gh.io/supported-runners-and-hardware-resources
1717 # - https://gh.io/using-larger-runners (GitHub.com only)
1818 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
19- runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || ' ubuntu-latest' }}
19+ runs-on : ubuntu-latest
2020 permissions :
2121 # required for all workflows
2222 security-events : write
@@ -30,10 +30,10 @@ jobs:
3030 include :
3131 - language : actions
3232 build-mode : none
33+ - language : cpp
34+ build-mode : autobuild
3335 - language : java-kotlin
3436 build-mode : manual
35- - language : swift
36- build-mode : autobuild
3737 steps :
3838 - name : Checkout repository
3939 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments