Skip to content

Commit

Permalink
ci: Update to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Nov 14, 2024
1 parent cc2ebc2 commit f0aca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
needs: [get-nightly-ready, create-new-release]
strategy:
matrix:
os: [ ubuntu-latest, macos-12, macos-14 ]
os: [ ubuntu-latest, macos-13, macos-14 ]
ocaml-version: [ 5.1.1 ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f0aca38

Please sign in to comment.