Skip to content

Commit

Permalink
CI rm macos-11 & add 13/14
Browse files Browse the repository at this point in the history
macos-11 runners have been deprecated
  • Loading branch information
artivis authored Jun 29, 2024
1 parent 084e68e commit 17b7a2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Xcode 10.3 & Xcode 12.2
# removing macos-11.0 for now, see
#https://github.com/actions/virtual-environments/issues/841
os: [macos-11, macos-12]
os: [macos-12, macos-13, macos-14]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 17b7a2e

Please sign in to comment.