Skip to content

Commit

Permalink
Update MacOS platform for build
Browse files Browse the repository at this point in the history
  • Loading branch information
thoward-godaddy committed Sep 6, 2024
1 parent 850cd2e commit 9054e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
platform: [ ubuntu-latest, macos-13, windows-latest ]
python-version: [ 3.8, 3.9, "3.10" ]
include:
- platform: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion aws_okta_processor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.9.1'
__version__ = '1.9.2'

0 comments on commit 9054e40

Please sign in to comment.