Skip to content

Commit 36e0dfe

Browse files
Upgrade GitHub Actions to macOS 11 (erigontech#3054)
1 parent ae4819d commit 36e0dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
strategy:
1414
matrix:
15-
os: [ ubuntu-20.04, macos-10.15 ] # list of os: https://github.com/actions/virtual-environments
15+
os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

0 commit comments

Comments
 (0)