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 3, 2024
1 parent 46ca8fb commit ecdfbee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
test-interpreter_spec:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.13.3-build
name: "Test Interpreter"
Expand All @@ -22,7 +22,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.13.3-build
name: Build interpreter
Expand All @@ -41,7 +41,7 @@ jobs:
test-interpreter-std_spec:
needs: build-interpreter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.13.3-build
strategy:
Expand All @@ -65,7 +65,7 @@ jobs:

test-interpreter-primitives_spec:
needs: build-interpreter
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:1.13.3-build
name: "Test primitives_spec with interpreter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
llvm_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 ecdfbee

Please sign in to comment.