Skip to content

Commit

Permalink
this seems to matter now
Browse files Browse the repository at this point in the history
possibly due to this
actions/cache#1510
  • Loading branch information
aryairani authored Feb 11, 2025
1 parent 49432a6 commit 62826fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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-13, windows-2019]
os: [ubuntu-20.04, macos-13, windows-2019]
runs-on: ${{matrix.os}}
steps:
- name: set up environment
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-13
- macos-13
# - windows-2019
runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .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-13
- macos-13
- windows-2019
# - windows-2022
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix-dev-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macOS-13
# - macOS-14
- macos-13
# - macos-14
steps:
- uses: actions/checkout@v4
- name: mount Nix store on larger partition
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-13
- macos-13
steps:
- uses: actions/checkout@v4
- uses: unisonweb/actions/stack/cache/restore@main
Expand Down

0 comments on commit 62826fe

Please sign in to comment.