mirror of https://github.com/stella-emu/stella.git
Try to update xcode version.
This commit is contained in:
parent
d5c7ff3559
commit
febf9122f5
|
@ -26,6 +26,9 @@ jobs:
|
||||||
name: macOS
|
name: macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: '15.4'
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- name: Install SDL2
|
- name: Install SDL2
|
||||||
|
|
Loading…
Reference in New Issue