Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 89b1a92 commit 23899ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test-interpreter_spec:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.14.0-build
name: "Test Interpreter"
Expand All @@ -24,7 +24,7 @@ jobs:
run: make interpreter_spec junit_output=.junit/interpreter_spec.xml

build-interpreter:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.14.0-build
name: Build interpreter
Expand All @@ -43,7 +43,7 @@ jobs:
test-interpreter-std_spec:
needs: build-interpreter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.14.0-build
strategy:
Expand All @@ -67,7 +67,7 @@ jobs:

test-interpreter-primitives_spec:
needs: build-interpreter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.14.0-build
name: "Test primitives_spec with interpreter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Download Crystal source
uses: actions/checkout@v4

- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
install_url: https://releases.nixos.org/nix/nix-2.9.2/install
extra_nix_config: |
Expand Down

0 comments on commit 23899ae

Please sign in to comment.