mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
iOS: macOS 12 is being deprecated for github runners, switch to macOS 13
This commit is contained in:
parent
0e5394e238
commit
ff84934559
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_ios.yml
vendored
2
.github/workflows/build_ios.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-12
|
||||
runs-on: macOS-13
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile iOS build
|
||||
|
|
Loading…
Reference in a new issue