Skip to content

Commit 1e0dd59

Browse files
authored
Changed macos runner from 10.15 (deprecated) to 11 (latest) (#39)
1 parent 3fca37f commit 1e0dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-20.04, macos-10.15]
21+
os: [ubuntu-20.04, macos-11]
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: build everything

0 commit comments

Comments
 (0)