Skip to content

Commit

Permalink
Merge pull request #5439 from unisonweb/cp/bump-macos-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Nov 5, 2024
2 parents 780b2d6 + 687bcda commit edbbcdc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down 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-build-jit-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-12, windows-2019]
os: [ubuntu-20.04, macOS-13, windows-2019]
runs-on: ${{matrix.os}}
steps:
- name: set up environment
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
name: jit-source
path: ${{ env.jit_src }}

- name: cache/restore jit binaries
id: cache-jit-binaries
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-jit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macOS-12
- macOS-13
# - windows-2019
runs-on: ${{matrix.os}}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/nix-dev-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macOS-12
- macOS-13
# - macOS-14
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-transcripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- macOS-12
- macOS-13
steps:
- uses: actions/checkout@v4
- uses: unisonweb/actions/stack/cache/restore@main
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 edbbcdc

Please sign in to comment.