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: