Skip to content

Commit

Permalink
Update GitHub workflow to use macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Belyaev committed Jan 23, 2024
1 parent 5deac6e commit 3afa0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15, ubuntu-20.04]
os: [macos-11, ubuntu-20.04]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3afa0ba

Please sign in to comment.