Skip to content

Commit

Permalink
Update macos environment: 12 -> latest
Browse files Browse the repository at this point in the history
macos-12 is deprecated.
Closes #23.
  • Loading branch information
lihop committed Jan 8, 2025
1 parent 737c71f commit ba96920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
bits: [64, 32]
mono: [true, false]
version:
Expand All @@ -32,11 +32,11 @@ jobs:
- version: "v4.2.1-stable"
export-templates: true
exclude:
- os: macos-12
- os: macos-latest
bits: 32
- mono: true
version: "v4.2.1-stable"
- os: macos-12
- os: macos-latest
version: "v4.2.1-stable"
- os: windows-latest
version: "v4.2.1-stable"
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
./test --rendering-driver opengl3
grep 'Test success!' ~/.local/share/godot/app_userdata/test/test.log || grep 'Test success!' ~/.local/share/godot/app_userdata/test/logs/godot.log
- name: Run exported project (macos)
if: ${{ matrix.export-templates == true && matrix.os == 'macos-12' }}
if: ${{ matrix.export-templates == true && matrix.os == 'macos-latest' }}
working-directory: test_project
run: |
volume=`hdiutil attach ./test.dmg | grep Volumes | awk '{print $3}'`
Expand Down
2 changes: 1 addition & 1 deletion test_project/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ progressive_web_app/background_color=Color( 0, 0, 0, 1 )

[preset.4]

name="macos-12"
name="macos-latest"
platform="Mac OSX"
runnable=true
custom_features=""
Expand Down

0 comments on commit ba96920

Please sign in to comment.