Skip to content

Commit

Permalink
Bump macOS version in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Nov 4, 2023
1 parent c1dcf8f commit 9566bde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
kind2-build:
strategy:
matrix:
os: [ ubuntu-20.04, macos-11 ]
os: [ ubuntu-20.04, macos-12 ]
ocaml-version: [ 4.09.1 ]
include:
- os: macos-11
- os: macos-12
pkg_update: brew update
z3_install: brew install z3
- os: ubuntu-20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind2-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix: # Single configuration
ocaml-version: [ 4.14.1 ]
# Only matrix variables can be used at runs-on
os: [ macos-11 ]
os: [ macos-12 ]

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

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs: [get-ready-release]
strategy:
matrix:
version: [linux, macos-11]
version: [linux, macos-12]

steps:
- name: Download binary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix: # Single configuration
ocaml-version: [ 4.14.1 ]
# Only matrix variables can be used at runs-on
os: [ macos-11 ]
os: [ macos-12 ]

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

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
needs: [create-new-release]
strategy:
matrix:
version: [linux, macos-11]
version: [linux, macos-12]

steps:
- name: Download binary
Expand Down

0 comments on commit 9566bde

Please sign in to comment.