Skip to content

Commit

Permalink
update macos runner and log upload plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed May 28, 2024
1 parent 41c47c6 commit 605931d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
./live-test -d yes -i [software-device]
- name: Upload RS log artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Log file - U22_ST_Py_EX_CfU_LiveTest
path: build/*.log
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
./live-test -d yes -i [software-device]
- name: Upload RS log artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Log file - U22_SH_RSUSB_LiveTest
path: build/*.log
Expand All @@ -518,7 +518,7 @@ jobs:
#--------------------------------------------------------------------------------
Mac_cpp:
runs-on: macos-11
runs-on: macos-14
timeout-minutes: 60

steps:
Expand Down

0 comments on commit 605931d

Please sign in to comment.