Skip to content

Commit eb4ea5a

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 03d9c2b commit eb4ea5a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)