diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2025-10-25 17:22:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-25 17:22:45 +0200 |
| commit | 722419aed923db27d4f60ada542936b9ea2171a6 (patch) | |
| tree | ee173a0437d1e6125260c292260f067ca1097f10 | |
| parent | 6a46d18bdf48c757a661112a003583f4d3e0868c (diff) | |
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
| -rwxr-xr-x | .github/workflows/build.yml | 2 | ||||
| -rwxr-xr-x | installer_scripts/template.iss | 1 |
2 files changed, 1 insertions, 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"
|
