Skip to content

Commit

Permalink
Pin windows image
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenty committed Feb 14, 2024
1 parent 645501e commit 798eb2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ jobs:
# <<: *default_steps

windows-openjdk12:
executor: win/default
executor:
# https://github.com/CircleCI-Public/windows-orb/blob/v2.4.1/src/executors/default.yml
name: win/default
# https://circleci.com/developer/machine/image/windows-server-2019
version: 2023.04.1
steps:
- checkout
- run: |
Expand Down

0 comments on commit 798eb2d

Please sign in to comment.