summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2025-10-25 17:22:45 +0200
committerGitHub <noreply@github.com>2025-10-25 17:22:45 +0200
commit722419aed923db27d4f60ada542936b9ea2171a6 (patch)
treeee173a0437d1e6125260c292260f067ca1097f10 /.github/workflows
parent6a46d18bdf48c757a661112a003583f4d3e0868c (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
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/build.yml2
1 files changed, 1 insertions, 1 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: