Skip to content

Commit

Permalink
Use macos-11 for maximizing compatibility before release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed May 22, 2024
1 parent 11af530 commit 46b29e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
kind2-build:
strategy:
matrix:
os: [ ubuntu-20.04, macos-12, macos-14 ]
os: [ ubuntu-20.04, macos-11, macos-14 ]
include:
- os: macos-12
pkg_update: brew update
Expand Down
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-11, macos-14 ]
ocaml-version: [ 5.1.1 ]

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

0 comments on commit 46b29e0

Please sign in to comment.