Skip to content

Commit

Permalink
Switch to 3.5
Browse files Browse the repository at this point in the history
Mac wasn't working with 3.5.1.  Let's see if it works with 3.5.
  • Loading branch information
QuintillusCFC authored Oct 4, 2022
1 parent 1af4996 commit 9a54586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/export-c7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ on:
default: true

env:
GODOT_VERSION: 3.5.1
GODOT_VERSION: 3.5
EXPORT_NAME: C7

jobs:
Export-C7-Windows:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:mono-3.5.1
image: barichello/godot-ci:mono-3.5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
Export-C7-Linux:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:mono-3.5.1
image: barichello/godot-ci:mono-3.5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
Export-C7-Mac:
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:mono-3.5.1
image: barichello/godot-ci:mono-3.5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9a54586

Please sign in to comment.