Skip to content

Commit

Permalink
feat:upgrade to macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Sep 11, 2024
1 parent 7a42863 commit c34d005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
gradle: [8.3]
os: [ ubuntu-20.04, macos-14, windows-2022 ]
gradle: [ 8.3 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c34d005

Please sign in to comment.