Skip to content

Commit

Permalink
Update workflows to use latest macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallrogers committed Feb 21, 2024
1 parent 15870ac commit 69939a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ env:

jobs:
release-adapter:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
validate-podspec:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: chartboost/chartboost-ios-adapter-actions/adapter-smoke-test@v1

0 comments on commit 69939a5

Please sign in to comment.