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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: -- cgit v1.3.1