update all actions

-updated all actions that were causing issues
-changed macos to 13 instead of latest until file issue is sorted
This commit is contained in:
marauder2k7 2024-04-28 21:14:26 +01:00
parent 4e88c4c050
commit 673f983404
8 changed files with 20 additions and 48 deletions

View file

@ -14,7 +14,6 @@ concurrency:
cancel-in-progress: true
jobs:
build-linux:
if: github.repository == 'TorqueGameEngines/Torque3D'
name: ${{matrix.config.name}}
runs-on: ubuntu-latest
strategy:
@ -65,7 +64,7 @@ jobs:
- name: Configure, Build & Install
uses: threeal/cmake-action@v1.2.0
uses: threeal/cmake-action@v1.3.0
with:
source-dir: ${{github.workspace}}
build-dir: ${{github.workspace}}/build
@ -85,3 +84,4 @@ jobs:
uses: ./.github/actions/upload-artifact
with:
name: torque3dLinuxGCCUnitTest
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"