Skip to content

Commit 00a299e

Browse files
committed
ci: update test failures, use macos-15
1 parent 93c2bb6 commit 00a299e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macos-14]
31+
os: [ubuntu-latest, windows-latest, macos-15]
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v5
@@ -55,7 +55,9 @@ jobs:
5555
invalid-files: |
5656
examples/go/src/cmd/compile/internal/syntax/testdata/*.go
5757
examples/go/src/cmd/compile/internal/types2/testdata/local/issue47996.go
58+
examples/go/src/cmd/compile/internal/types2/testdata/local/issue68183.go
5859
examples/go/src/go/parser/testdata/issue42951/not_a_file.go/invalid.go
60+
examples/go/src/encoding/json/v2/arshal_test.go
5961
examples/go/src/internal/types/testdata/**/*.go
6062
examples/go/test/bombad.go
6163
examples/go/test/const2.go

0 commit comments

Comments
 (0)