Skip to content

Commit

Permalink
Fix incorrect version number in 'matrix.json'.
Browse files Browse the repository at this point in the history
Fixes stlab#470.
  • Loading branch information
camio committed Jul 15, 2022
1 parent 92dd592 commit 93a1d1f
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 93a1d1f

Please sign in to comment.