Skip to content

Commit

Permalink
Changed the versions of macOS being tested in the GitHub Actions CI
Browse files Browse the repository at this point in the history
workflow (i.e., added macos-13 and deleted macos-11).
  • Loading branch information
mdadams committed Nov 28, 2023
1 parent dda5d23 commit d955e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-11]
os: [ubuntu-22.04, ubuntu-20.04, macos-13, macos-12]
compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
include:
- os: [windows-2022]
Expand Down

0 comments on commit d955e6d

Please sign in to comment.