mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
ci: use macos 12 runners
This commit is contained in:
parent
5663d371fb
commit
44ee8e11e4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
if: "${{ !contains(github.event.head_commit.message, '[skip build]') }}"
|
||||
name: ${{ matrix.config.name }}
|
||||
runs-on: "macos-11"
|
||||
runs-on: "macos-12"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
test:
|
||||
if: "${{ !contains(github.event.head_commit.message, '[skip test]') }}"
|
||||
runs-on: "macos-11"
|
||||
runs-on: "macos-12"
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
|
Loading…
Reference in a new issue