Skip to content

Commit 663b6a7

Browse files
authored
Merge pull request #941 from pjbgf/disable-mac11
build: Disable macos-11
2 parents 35ea086 + 7a5e6f7 commit 663b6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
darwin-amd64:
7272
strategy:
7373
matrix:
74-
os: [macos-11, macos-12]
74+
os: [macos-12]
7575
fail-fast: false
7676
runs-on: ${{ matrix.os }}
7777
steps:

0 commit comments

Comments
 (0)