Skip to content

Commit 40b3351

Browse files
authored
Merge pull request #31 from aster-void/fix/workflow-failure
chore: update runner and its dependencies
2 parents fa5a27d + c9ad40f commit 40b3351

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
# see about runners: https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories
1515
- ubuntu-latest # x64 linux
1616
- ubuntu-24.04-arm # arm linux
17-
- macos-13 # Intel macOS
17+
- macos-15-intel # x64 macOS
1818
- macos-latest # arm macOS
1919
runs-on: ${{ matrix.platform }}
2020
timeout-minutes: 10
2121
steps:
22-
- uses: actions/checkout@v4
23-
- uses: cachix/install-nix-action@v30
22+
- uses: actions/checkout@v5
23+
- uses: cachix/install-nix-action@v31
2424
- run: nix flake check

0 commit comments

Comments
 (0)