Skip to content

Commit

Permalink
Update test.yml to use macOS 11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Nov 14, 2023
1 parent 09cdd54 commit 982490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [ push, pull_request, workflow_dispatch ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
runs-on: macos-10.15
runs-on: macos-11
strategy:
matrix:
include:
Expand Down

0 comments on commit 982490c

Please sign in to comment.