Skip to content

Commit

Permalink
update macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Dec 9, 2024
1 parent 54fa98f commit 2880e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
os: [ ubuntu-20.04, windows-2022, macos-13 ]
include:
- { os: ubuntu-20.04, platform: linux-amd64 }
- { os: windows-2022, platform: windows-amd64, file-ext: .exe }
- { os: macos-12, platform: darwin-amd64 }
- { os: macos-13, platform: darwin-amd64 }
runs-on: ${{ matrix.os }}
name: cli/${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 2880e37

Please sign in to comment.