From 9e459f5fa2e0b64d8ed64626b70d344be637472d Mon Sep 17 00:00:00 2001 From: Gustavo Maciel Date: Sun, 17 Dec 2023 13:11:30 -0300 Subject: [PATCH] ci: build to Godot 4.2.1 --- .github/workflows/release_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_ios.yml b/.github/workflows/release_ios.yml index 724d5a1..d4fa745 100755 --- a/.github/workflows/release_ios.yml +++ b/.github/workflows/release_ios.yml @@ -8,7 +8,7 @@ jobs: runs-on: "macos-latest" strategy: matrix: - GODOT_VERSIONS: [4.1, 4.1.1, 4.1.2, 4.1.3, 4.2] + GODOT_VERSIONS: [4.1, 4.1.1, 4.1.2, 4.1.3, 4.2, 4.2.1] steps: - uses: actions/checkout@v4