Skip to content

Commit

Permalink
Checking whether removing gcc 9 would fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Feb 11, 2023
1 parent 6f0987d commit be6b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
container: [ "macOS-12" ]
version: [ "9", "10", "11" ]
version: [ "10", "11" ]
steps:
- uses: actions/checkout@v3
- name: Setup Compiler
Expand Down

0 comments on commit be6b721

Please sign in to comment.