Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 authored Feb 25, 2024
1 parent b6f7e4a commit 835995e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
with:
submodules: true
fetch-depth: 10

- name: Cache multiple paths
uses: actions/cache@v2
uses: actions/cache@v4.0.0
with:
path: |
**/obj/**
Expand All @@ -27,7 +27,7 @@ jobs:
dotnet --list-sdks
msbuild -v:m -restore -p:Configuration=Release "ExtLibs\Xamarin\Xamarin.iOS\Xamarin.iOS.csproj"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4.3.1
with:
name: ios
path: ExtLibs/Xamarin/Xamarin.iOS/bin/iPhoneSimulator/Release/
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
with:
submodules: true
fetch-depth: 10
Expand All @@ -49,7 +49,7 @@ jobs:
sudo xcode-select -s $XCODE_ROOT
- name: Cache multiple paths
uses: actions/cache@v2
uses: actions/cache@v4.0.0
with:
path: |
**/obj/**
Expand All @@ -71,7 +71,7 @@ jobs:
cd ExtLibs/Xamarin/Xamarin.MacOS/bin/Release/
create-dmg 'Mission Planner.app' --dmg-title='Mission Planner'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4.3.1
with:
name: osx
path: |
Expand Down

0 comments on commit 835995e

Please sign in to comment.