Skip to content

Commit

Permalink
CI: update to macos-13 as 12 is being phased out
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 26, 2024
1 parent da1ff43 commit edb3d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
macos:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Install Dependencies
run: brew update && brew install sdl2 pugixml
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Test
run: build/bin/Debug/Test_Ogre.app/Contents/MacOS/Test_Ogre --gtest_filter=-UseCustomCapabilitiesTests*
ios:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
VULKAN_SDK: C:\VulkanSDK\1.3.275.0
SKBUILD_BUILD_OPTIONS: -j4
macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
pyver: ['3.10', '3.12']
Expand Down

0 comments on commit edb3d26

Please sign in to comment.