From 0f7cafb515863410d0fab7a495b2a84d05294c2b Mon Sep 17 00:00:00 2001 From: Benjamin Van Treese Date: Wed, 3 Feb 2021 22:54:44 -0600 Subject: [PATCH] chore: bump version of haxe used in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9f8426..eda378b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - haxe: [4.0.5] + haxe: [4.1.5] fail-fast: true runs-on: ${{ matrix.os }} steps: