Skip to content

Commit

Permalink
chore: bump macos from 12 to 13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Nov 4, 2024
1 parent 31d61b1 commit 675a9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smithy-polymorph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 675a9ff

Please sign in to comment.