Skip to content

Commit

Permalink
Merge pull request #1120 from pulsar-edit/CI-macOS-13
Browse files Browse the repository at this point in the history
CI: Bump macOS runner images from macos-12 to macos-13
  • Loading branch information
DeeDeeG authored Nov 4, 2024
2 parents d5bd6cf + 2f9fe92 commit 970f83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
include:
- os: ubuntu-latest
image: "debian:10"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/editor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
!startsWith(github.event.pull_request.title, '[skip-editor-ci]')
strategy:
matrix:
# os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-20.04, macos-12]
# os: [ubuntu-20.04, macos-13, windows-2019]
os: [ubuntu-20.04, macos-13]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 970f83c

Please sign in to comment.