Skip to content

Commit 8f231ff

Browse files
authored
Update build-test.yml
1 parent 093bc81 commit 8f231ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macOS-12]
17+
os: [ubuntu-latest, windows-latest, macOS-latest]
1818
go-version: [1.21.x]
1919
steps:
2020
- name: Set up Go
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Race Condition Tests
4646
run: go build -race .
47-
working-directory: cmd/cdncheck/
47+
working-directory: cmd/cdncheck/

0 commit comments

Comments
 (0)