Skip to content

Commit 156cde6

Browse files
fix(ci): Update from windows 2019 to windows 2022 (#4945)
Self-hosted release is failing here: https://github.com/getsentry/relay/actions/runs/16299548810/job/46030294864 Seems like windows-2019 is deprecated #skip-changelog --------- Co-authored-by: David Herberth <[email protected]>
1 parent b93ead3 commit 156cde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
name: Windows
131131
# Make sure to update documentation once the version is updated:
132132
# https://docs.sentry.io/product/relay/operating-guidelines/
133-
runs-on: windows-2019
133+
runs-on: windows-2022
134134

135135
steps:
136136
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)