Skip to content

Commit 04dbf1b

Browse files
arampricemkocher
authored andcommitted
Github Actions: use latest windows worker
windows-2019 has been retired Signed-off-by: Matthew Kocher <matthew.kocher@broadcom.com>
1 parent a5beb58 commit 04dbf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
verify: # <- name
77
strategy:
88
matrix:
9-
os: [macos-latest, ubuntu-latest, windows-2019]
9+
os: [macos-latest, ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)