From 0f4e8e514b41c3ca187ae32a99d85b419641e05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=8D=9A=7ENex?= <87421482+NexIsDumb@users.noreply.github.com> Date: Fri, 31 May 2024 17:05:19 +0200 Subject: [PATCH] going back to mac's haxe 4.2.5 but changing the setup version maybe fixes mac?? --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 55b465e4a..62d22e810 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,9 +12,9 @@ jobs: - name: Pulling the new commit uses: actions/checkout@v2 - name: Setting up Haxe - uses: krdlab/setup-haxe@v1 + uses: krdlab/setup-haxe@v1.5.1 with: - haxe-version: 4.3.4 + haxe-version: 4.2.5 - name: Restore existing build cache for faster compilation uses: actions/cache@v3 with: