From 722419aed923db27d4f60ada542936b9ea2171a6 Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:22:45 +0200 Subject: Update GitHub action runners (#4019) * updated maco runner from 13 to 14 due to 13 being deprecated * removed Icelandic translation from inno setup due to the language reclassifed as unoffical from inno maintainers --------- authored-by: rejbasket --- .github/workflows/build.yml | 2 +- installer_scripts/template.iss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e08bc35b..dae1a1de 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -353,7 +353,7 @@ jobs: name: inkstitch-windows64 path: signed-artifacts macx86: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: diff --git a/installer_scripts/template.iss b/installer_scripts/template.iss index 8dd26976..99b8390d 100755 --- a/installer_scripts/template.iss +++ b/installer_scripts/template.iss @@ -47,7 +47,6 @@ Name: "czech"; MessagesFile: "compiler:Languages\Czech.isl" Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl" Name: "german"; MessagesFile: "compiler:Languages\German.isl" Name: "hebrew"; MessagesFile: "compiler:Languages\Hebrew.isl" -Name: "icelandic"; MessagesFile: "compiler:Languages\Icelandic.isl" Name: "norwegian"; MessagesFile: "compiler:Languages\Norwegian.isl" Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl" Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl" -- cgit v1.2.3