Skip to content

Commit 22f0427

Browse files
Update go.yml
1 parent d3a363c commit 22f0427

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [windows-latest, windows-2019, self-hosted]
10+
os: [windows-latest, windows-2019, self-hosted, ubuntu-latest, ubuntu-22.04, macos-latest, macos-13]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [windows-latest, windows-2019, self-hosted]
24+
os: [windows-latest, windows-2019, self-hosted, ubuntu-latest, ubuntu-22.04, macos-latest, macos-13]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)