From 62826fe44fa007ef61b2eafd33acbbed32decb03 Mon Sep 17 00:00:00 2001 From: Arya Irani <538571+aryairani@users.noreply.github.com> Date: Tue, 11 Feb 2025 08:34:34 -0500 Subject: [PATCH] this seems to matter now possibly due to this https://github.com/actions/cache/discussions/1510 --- .github/workflows/ci-build-jit-binary.yaml | 2 +- .github/workflows/ci-test-jit.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/nix-dev-cache.yaml | 4 ++-- .github/workflows/update-transcripts.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build-jit-binary.yaml b/.github/workflows/ci-build-jit-binary.yaml index 446d3c187a..60c59245a4 100644 --- a/.github/workflows/ci-build-jit-binary.yaml +++ b/.github/workflows/ci-build-jit-binary.yaml @@ -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 diff --git a/.github/workflows/ci-test-jit.yaml b/.github/workflows/ci-test-jit.yaml index 64e4254c21..d856ca1bd3 100644 --- a/.github/workflows/ci-test-jit.yaml +++ b/.github/workflows/ci-test-jit.yaml @@ -24,7 +24,7 @@ jobs: matrix: os: - ubuntu-20.04 - - macOS-13 + - macos-13 # - windows-2019 runs-on: ${{matrix.os}} steps: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12e6abda90..b293845af4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/.github/workflows/nix-dev-cache.yaml b/.github/workflows/nix-dev-cache.yaml index 4fc2eb167e..b9f239726d 100644 --- a/.github/workflows/nix-dev-cache.yaml +++ b/.github/workflows/nix-dev-cache.yaml @@ -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 diff --git a/.github/workflows/update-transcripts.yaml b/.github/workflows/update-transcripts.yaml index 7b298656e9..c79c07f57b 100644 --- a/.github/workflows/update-transcripts.yaml +++ b/.github/workflows/update-transcripts.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: - - macOS-13 + - macos-13 steps: - uses: actions/checkout@v4 - uses: unisonweb/actions/stack/cache/restore@main