Skip to content

Commit

Permalink
switch more instances of macos-12 to -13
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Nov 5, 2024
1 parent 384bd6b commit 687bcda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-12
- macos-13
- macos-14
- windows-2019
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, macos-14, windows-2019]
os: [ubuntu-20.04, macos-13, macos-14, windows-2019]
steps:
- name: set up environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
os:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-20.04
- macOS-12
- macos-13
- windows-2019
# - windows-2022
steps:
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
os:
# While iterating on this file, you can disable one or more of these to speed things up
- ubuntu-20.04
- macOS-12
- macos-13
# - windows-2019
# - windows-2022
steps:
Expand Down
10 changes: 5 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ pull_request_rules:
conditions:
- check-success=check-contributor
- check-success=build ucm (ubuntu-20.04)
- check-success=build ucm (macOS-12)
- check-success=build ucm (macos-13)
- check-success=build ucm (windows-2019)
- check-success=run transcripts (ubuntu-20.04)
- check-success=run transcripts (macOS-12)
- check-success=run transcripts (macos-13)
- check-success=run transcripts (windows-2019)
- check-success=run interpreter tests (ubuntu-20.04)
- check-success=run interpreter tests (macOS-12)
- check-success=run interpreter tests (macos-13)
# - check-success=run interpreter tests (windows-2019)
- check-success=generate jit source
- check-success=build jit binary / build jit binary (ubuntu-20.04)
- check-success=build jit binary / build jit binary (macOS-12)
- check-success=build jit binary / build jit binary (macos-13)
- check-success=build jit binary / build jit binary (windows-2019)
- check-success=test jit / test jit (ubuntu-20.04)
- check-success=test jit / test jit (macOS-12)
- check-success=test jit / test jit (macos-13)
# - check-success=test jit / test jit (windows-2019)
- label=ready-to-merge
- "#approved-reviews-by>=1"
Expand Down

0 comments on commit 687bcda

Please sign in to comment.