mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 02:25:32 -04:00
iOS: macOS 12 is being deprecated for github runners, switch to macOS 13
This commit is contained in:
parent
0e5394e238
commit
ff84934559
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…
x
Reference in New Issue
Block a user