Skip to content

Commit

Permalink
Add tests for macos13 (meziantou#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Apr 24, 2023
1 parent afd14b0 commit 22faa6e
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 @@ -95,7 +95,7 @@ jobs:
TestResultsDirectory: ${{ github.workspace}}/TestResults
strategy:
matrix:
runs-on: [ windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12 ]
runs-on: [ windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13 ]
configuration: [ Debug, Release ]
additionalArguments: [ "", "/p:InvariantGlobalization=true" ]
architecture: [ x64 ]
Expand Down

0 comments on commit 22faa6e

Please sign in to comment.