Skip to content

Commit a496e0d

Browse files
#1156 ci: Remove macOS-11 builds, add macOS-13.
The macOS 11 build runners are being deprecated and are intended to be removed by the middle of 2024: actions/runner-images#9255 Additionally, macOS-12 is to be deprecated in Q3 and removed in Q4, so prepare for that now by adding a macOS-13 build.
1 parent f8a51d8 commit a496e0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,9 @@ jobs:
565565
fail-fast: false
566566
matrix:
567567
os:
568-
- { version: macOS-11, xcode: '11.7' }
569-
- { version: macOS-11, xcode: '12.4' }
570-
- { version: macOS-11, xcode: '13.0' }
571568
- { version: macOS-12, xcode: '13.1' }
572569
- { version: macOS-12, xcode: '14.0' }
570+
- { version: macOS-13, xcode: '14.3.1' }
573571
- { version: macOS-14, xcode: '15.2' }
574572

575573
env:

0 commit comments

Comments
 (0)