Skip to content

Commit

Permalink
Fix incorrect version number in 'matrix.json'. (#475)
Browse files Browse the repository at this point in the history
Fixes #470.
  • Loading branch information
camio authored Jul 16, 2022
1 parent 92dd592 commit 91a9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"os": "ubuntu-22.04"
},
{
"name": "macOS apple-clang 13.0.1",
"name": "macOS apple-clang 13.0.0",
"compiler": "apple-clang",
"version": "13.0.1",
"version": "13.0.0",
"os": "macos-11"
},
{
Expand Down

0 comments on commit 91a9c3d

Please sign in to comment.