Skip to content

Commit

Permalink
bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Oct 28, 2024
1 parent d630386 commit 9edcd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
name: 'macOS clang'
strategy:
matrix:
xcode: [11.7, 12.4, 13.2.1]
xcode: [12.4, 13.2.1]
cxxstd: [14]
build_type: ['ASAN']
include:
Expand All @@ -388,7 +388,7 @@ jobs:
cxxstd: 20
build_type: Debug

runs-on: macos-11
runs-on: macos-latest
steps:

- name: 'Setup'
Expand Down

0 comments on commit 9edcd7b

Please sign in to comment.