88 extra_tests :
99 description : ' Enable additional CI tests'
1010 required : false
11- default : false
11+ default : ' false'
1212 components :
1313 description : Vulkan SDK Components
1414 required : false
2121 oses :
2222 description : ' Matrix OSes'
2323 required : true
24- default : ' [ "ubuntu-latest", "windows-latest", "windows-2022", "macos-13", "macos-14 " ]'
24+ default : ' [ "ubuntu-latest", "windows-latest", "windows-2022", "macos-13", "macos-latest " ]'
2525jobs :
2626 setup-all-matrix :
2727 if : ${{ github.event.inputs.extra_tests == 'true' || github.event.inputs.extra_tests == 'matrix' }}
@@ -40,20 +40,21 @@ jobs:
4040 - name : Print runner configurations
4141 run : |
4242 echo runner os: ${{ runner.os }}, arch: ${{ runner.arch }}
43- - name : checkout seanmiddleditch/gha-setup-vsdevenv@v4
44- if : runner.os == 'Windows'
45- uses : actions/checkout@v4
46- with :
47- repository : seanmiddleditch/gha-setup-vsdevenv
48- ref : v4
49- path : gha-setup-vsdevenv
50- - name : execute seanmiddleditch/gha-setup-vsdevenv@v4
51- if : runner.os == 'Windows'
52- shell : cmd
53- working-directory : gha-setup-vsdevenv
54- run : |
55- npm install @actions/core
56- node dist/index.js | grep -v ::set-output
43+ - uses : seanmiddleditch/gha-setup-vsdevenv@v5
44+ # - name: checkout seanmiddleditch/gha-setup-vsdevenv@v4
45+ # if: runner.os == 'Windows'
46+ # uses: actions/checkout@v4
47+ # with:
48+ # repository: seanmiddleditch/gha-setup-vsdevenv
49+ # ref: v4
50+ # path: gha-setup-vsdevenv
51+ # - name: execute seanmiddleditch/gha-setup-vsdevenv@v4
52+ # if: runner.os == 'Windows'
53+ # shell: cmd
54+ # working-directory: gha-setup-vsdevenv
55+ # run: |
56+ # npm install @actions/core
57+ # node dist/index.js | grep -v ::set-output
5758 - name : Test Vulkan SDK Install
5859 shell : bash
5960 run : |
0 commit comments