Skip to content

Commit

Permalink
Merge pull request #142 from bandframework/patch-publish-action
Browse files Browse the repository at this point in the history
patch os runner version
  • Loading branch information
mosesyhc authored Sep 12, 2024
2 parents da45d64 + d111e29 commit a40f755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

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

0 comments on commit a40f755

Please sign in to comment.