CI: Update jobs to MacOS latest (Catalina)

Metrics: Added description to Item Picker.
This commit is contained in:
omar
2019-11-11 14:47:39 +01:00
parent 6e8e2c0fa9
commit 7c441e37fa
2 changed files with 18 additions and 3 deletions

View File

@ -168,7 +168,7 @@ jobs:
run: make -C examples/example_sdl_opengl3
MacOS:
runs-on: macOS-10.14
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
with:
@ -206,7 +206,7 @@ jobs:
run: xcodebuild -project examples/example_apple_opengl2/example_apple_opengl2.xcodeproj -target example_osx_opengl2
iOS:
runs-on: macOS-10.14
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
with: