Skip to content

Commit

Permalink
Try Windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Feb 28, 2025
1 parent abd4e96 commit 9d6d2d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-eop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This job is used to build EOP
# It runs on every commit pushed to GitHub
build-eop:
runs-on: windows-2022
runs-on: windows-2019

# Steps
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
# This job is used to update the online documentation
# It requires a commit message beginning with 'Docs' to run
update-docs:
runs-on: windows-2022
runs-on: windows-2019

if: "startsWith(github.event.head_commit.message, 'Docs:')"
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
# This job is used to release EOP to GitHub and update the documentation
# It requires a commit message beginning with 'Release' to run
release-eop:
runs-on: windows-2022
runs-on: windows-2019

# If the latest commit message starts with 'Release', update docs and issue a release on GitHub
if: "startsWith(github.event.head_commit.message, 'Release:')"
Expand Down

0 comments on commit 9d6d2d8

Please # to comment.