Ver código fonte

Update test-results.yml

marauder2k7 2 anos atrás
pai
commit
0f52f410ba
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/test-results.yml

+ 2 - 0
.github/workflows/test-results.yml

@@ -23,10 +23,12 @@ jobs:
                 }
                 }
               - {
               - {
                   name: "Linux Test Results",
                   name: "Linux Test Results",
+                  runos: ubuntu-latest,
                   artifact-name: "torque3dLinuxGCCUnitTest"
                   artifact-name: "torque3dLinuxGCCUnitTest"
                 }
                 }
               - {
               - {
                   name: "Mac Test Results",
                   name: "Mac Test Results",
+                  runos: macos-latest,
                   artifact-name: "torque3dMacOSXCLANGUnitTest"
                   artifact-name: "torque3dMacOSXCLANGUnitTest"
                 }
                 }