Skip to content

Commit

Permalink
Don't use macos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Oct 15, 2021
1 parent 2aca5d1 commit ba5e97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Allows other OS tests to proceed even if one fails
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest]
operating-system: [ubuntu-latest, macos-10.15]
steps:
- uses: actions/checkout@v2
- name: Cache nix store
Expand Down

0 comments on commit ba5e97e

Please sign in to comment.