Skip to content

Commit

Permalink
Update to the windows-2022 CI environment
Browse files Browse the repository at this point in the history
This doesn't have Innosetup installed by default, so that needs to manually installed now

Also, we now manually specify macos-11 to be clear about what image is being used.
  • Loading branch information
cameronwhite committed Jan 20, 2022
1 parent 8b69e83 commit 4cbb314
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
if-no-files-found: error

build-macos:
runs-on: macos-latest
runs-on: macos-11

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
if-no-files-found: error

build-windows:
runs-on: windows-latest
runs-on: windows-2022

steps:
- uses: actions/checkout@v2
Expand All @@ -103,6 +103,7 @@ jobs:
# Note that msgfmt is already available from the Git for Windows installation!
- name: Build Installer
run: |
choco install innosetup -y -v
dotnet publish Pinta.sln -p:BuildTranslations=true --configuration Release -r win-x64 --self-contained true
iscc installer/windows/installer.iss
Expand Down

0 comments on commit 4cbb314

Please sign in to comment.