We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148bb41 commit f13ed11Copy full SHA for f13ed11
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, macOS-latest, macos-12]
+ os: [ubuntu-latest, macOS-latest, macos-13]
16
steps:
17
- name: Check out code into the Go module directory
18
uses: actions/checkout@v4
0 commit comments