mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-05 07:27:56 +00:00
Move Android Action off of macos runner
This commit is contained in:
@@ -6,7 +6,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
Android:
|
||||
runs-on: macos-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Android
|
||||
@@ -14,12 +14,4 @@ jobs:
|
||||
nuget restore
|
||||
cd Droid
|
||||
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
||||
iOS:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: iOS
|
||||
run: |
|
||||
nuget restore
|
||||
cd iOS
|
||||
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user