Skip to content

Commit

Permalink
Use Godot 4.2.1 in CI build template (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou authored Jan 17, 2024
1 parent c1f87c9 commit b65c243
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "godot-ci export"
on: push

env:
GODOT_VERSION: 3.3.4
GODOT_VERSION: 4.2.1
EXPORT_NAME: test-project
PROJECT_PATH: test-project

Expand All @@ -11,7 +11,7 @@ jobs:
name: Windows Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:3.3.4
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
name: Linux Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:3.3.4
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -61,7 +61,7 @@ jobs:
name: Web Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:3.3.4
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
name: Mac Export
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:3.3.4
image: barichello/godot-ci:4.2.1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b65c243

Please sign in to comment.