diff --git a/.github/workflows/interpreter.yml b/.github/workflows/interpreter.yml index 103dc766509b..9aa2d2ca24f4 100644 --- a/.github/workflows/interpreter.yml +++ b/.github/workflows/interpreter.yml @@ -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" @@ -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 @@ -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: @@ -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" diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8ae3ac28209e..71a0c63be3fe 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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: |