mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-18 11:54:40 +00:00
feat: deprecate macos-12
context: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
parent
f9f3faf03d
commit
bfcbfbe2b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-12, ubuntu-latest]
|
||||
os: [macos-13, ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue