Skip to content

Commit

Permalink
Use cmd scripts to install deps on msvc, and update mac os runner
Browse files Browse the repository at this point in the history
Mac os 11 runner is getting removed in few days
  • Loading branch information
edo9300 committed Jun 24, 2024
1 parent df012a6 commit d028cb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ygopro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
fetch-depth: 1
- name: Install lua
shell: bash
run: ./scripts/install-lua.sh
shell: cmd
run: "scripts/install-lua"
- name: Install premake
shell: bash
run: ./scripts/install-premake5.sh
shell: cmd
run: "scripts/install-premake5"
- name: Build
shell: bash
run: ./scripts/build-premake5-msvc.sh
Expand Down Expand Up @@ -235,11 +235,11 @@ jobs:
username: Github

Mac-os:
runs-on: macos-11
runs-on: macos-12
env:
DEPLOY_BRANCH: travis-core-osx
TRAVIS_OS_NAME: macosx
DEVELOPER_DIR: /Applications/Xcode_11.7.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
MACOSX_DEPLOYMENT_TARGET: 10.11
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit d028cb8

Please sign in to comment.