Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

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 5592ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:

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

Android:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v1
- name: Android
Expand All @@ -22,7 +22,7 @@ jobs:
msbuild
iOS:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v1
- name: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release-to-nuget:
name: Release and Sync Repos
runs-on: macos-10.15
runs-on: macos-11
needs: ['confirm-master-branch']
steps:
- name: Git checkout
Expand Down

0 comments on commit 5592ed3

Please sign in to comment.