Skip to content

Commit

Permalink
Update build_rakudo-star.yml
Browse files Browse the repository at this point in the history
updating to actions/checkout@v3 and falling back from windows-latest to windows-2019
  • Loading branch information
AntonOks authored Mar 14, 2022
1 parent 376e484 commit f12aa93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_rakudo-star.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
build_Rakudo-Star_Windows_MSI_package:
# Windows-latest has almost all requirements to build rakudo-star-win
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup VS Dev Environment
uses: seanmiddleditch/gha-setup-vsdevenv@v3
- name: Run the build-with-choco.ps1 script
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt update
Expand Down

0 comments on commit f12aa93

Please sign in to comment.