Skip to content

Commit

Permalink
changing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 18, 2024
1 parent 9bdf24b commit aace429
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
platform: "Linux/X11"
extension: "x86_64"
use_xvfb: true
- os: macos-latest
godot_executable: "Godot_v4.2.1-stable_macos.universal"
godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_macos.universal.zip
platform: "Mac OS X"
extension: "dmg"
- os: windows-latest
godot_executable: "Godot_v4.2.1-stable_win64.exe"
godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_win64.exe.zip
platform: "Windows Desktop"
extension: "exe"
# - os: macos-latest
# godot_executable: "Godot_v4.2.1-stable_macos.universal"
# godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_macos.universal.zip
# platform: "Mac OS X"
# extension: "dmg"
# - os: windows-latest
# godot_executable: "Godot_v4.2.1-stable_win64.exe"
# godot_url: https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_win64.exe.zip
# platform: "Windows Desktop"
# extension: "exe"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit aace429

Please sign in to comment.