Skip to content

Commit

Permalink
Merge pull request #10 from akhaman/tech/bump_macOS-to-12
Browse files Browse the repository at this point in the history
Bump macOS runner to 12
  • Loading branch information
Nov1kov authored May 12, 2023
2 parents 0631769 + a115ada commit 56a7f2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ios_lib.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ on:
bump_type:
required: true
type: string
runner:
default: 'macos-12'
required: false
type: string

jobs:
build:

runs-on: macos-11
runs-on: ${{ inputs.runner }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 56a7f2d

Please sign in to comment.