File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848 outputs :
4949 # NOTE(fredbi): as of Aug. 2025, there is no way to have github actions declare outputs dynamically
5050 test_result_oldstable_ubuntu_latest : " ${{ steps.goreport.outputs.test_result_oldstable_ubuntu_latest }}"
51- test_result_oldstable_macos : " ${{ steps.goreport.outputs.test_result_oldstable_macos }}"
52- test_result_oldstable_windows : " ${{ steps.goreport.outputs.test_result_oldstable_windows }}"
51+ test_result_oldstable_macos_latest : " ${{ steps.goreport.outputs.test_result_oldstable_macos_latest }}"
52+ test_result_oldstable_windows_latest : " ${{ steps.goreport.outputs.test_result_oldstable_windows_latest }}"
5353 test_result_stable_ubuntu_latest : " ${{ steps.goreport.outputs.test_result_stable_ubuntu_latest }}"
54- test_result_stable_macos : " ${{ steps.goreport.outputs.test_result_stable_macos }}"
55- test_result_stable_windows : " ${{ steps.goreport.outputs.test_result_stable_windows }}"
54+ test_result_stable_macos_latest : " ${{ steps.goreport.outputs.test_result_stable_macos_latest }}"
55+ test_result_stable_windows_latest : " ${{ steps.goreport.outputs.test_result_stable_windows_latest }}"
5656
5757 strategy :
5858 matrix :
You can’t perform that action at this time.
0 commit comments