Skip to content

Commit 1e51177

Browse files
authored
Merge branch 'master' into patch-1
2 parents e9ac86c + e5c820e commit 1e51177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macOS-latest, macos-12]
15+
os: [ubuntu-latest, macOS-latest, macos-13]
1616
steps:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: actions/download-artifact@v4
7878
with:
79-
name: macos-12_reports
79+
name: macos-13_reports
8080
path: reports
8181

8282
- name: Codecov

0 commit comments

Comments
 (0)