Skip to content

Commit

Permalink
Use macos-11 OS for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 17, 2023
1 parent dcf8dac commit 2cd9eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macOS-10.15, windows-2019 ]
os: [ ubuntu-22.04, macOS-11, windows-2019 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-22.04, macOS-10.15, windows-2019 ]
os: [ ubuntu-22.04, macOS-11, windows-2019 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2cd9eaf

Please sign in to comment.