Skip to content

Commit

Permalink
Merge pull request #86 from fireblocks/asafs932-patch-1
Browse files Browse the repository at this point in the history
Update python-package.yml, deprecate macos-12
  • Loading branch information
asafs932 authored Dec 5, 2024
2 parents 893ec17 + 401c984 commit 20667db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [macos-12, windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [macos-13, macos-14, windows-latest, ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 20667db

Please sign in to comment.