Skip to content

Commit f13ed11

Browse files
committed
chore(gha): bump macos runner to 13
1 parent 148bb41 commit f13ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
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

0 commit comments

Comments
 (0)