Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Aug 9, 2024
1 parent 9a0628b commit 6574a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ on:

jobs:
Build:
runs-on: macos-10.15
runs-on: macOS-13
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build artifacts
run: ./build.sh

Android:
runs-on: macos-10.15
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Android
run: |
nuget restore
cd Samples/mParticle.Xamarin.Android.Sample
msbuild
iOS:
runs-on: macos-10.15
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: iOS
run: |
nuget restore
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Branch name
run: |
BRANCHNAME=${GITHUB_REF##*/}
Expand All @@ -29,11 +29,11 @@ jobs:
release-to-nuget:
name: Release and Sync Repos
runs-on: macos-10.15
runs-on: macos-13
needs: ['confirm-master-branch']
steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build artifacts
run: ./build.sh
- name: Release to Nuget
Expand Down

0 comments on commit 6574a58

Please sign in to comment.