Skip to content

Commit

Permalink
Reset the CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed May 17, 2024
1 parent d596048 commit 4c7a2cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
include:
- os: ubuntu-latest
release-args: "--alpine"
cache-bust: "2024-01-20"
cache-bust: "2024-05-17"
- os: windows-latest
release-args: ""
cache-bust: "2024-01-20"
cache-bust: "2024-05-17"
- os: macos-13
release-args: ""
cache-bust: "2024-01-20"
cache-bust: "2024-05-17"
# macos-latest provides macOS/AArch64 (M1)
- os: macos-latest
release-args: ""
cache-bust: "2024-02-02"
cache-bust: "2024-05-17"
steps:
- name: Clone project
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c7a2cb

Please sign in to comment.