File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414jobs :
1515 test-interpreter_spec :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 container :
1818 image : crystallang/crystal:1.14.0-build
1919 name : " Test Interpreter"
2424 run : make interpreter_spec junit_output=.junit/interpreter_spec.xml
2525
2626 build-interpreter :
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 container :
2929 image : crystallang/crystal:1.14.0-build
3030 name : Build interpreter
4343
4444 test-interpreter-std_spec :
4545 needs : build-interpreter
46- runs-on : ubuntu-22 .04
46+ runs-on : ubuntu-24 .04
4747 container :
4848 image : crystallang/crystal:1.14.0-build
4949 strategy :
6767
6868 test-interpreter-primitives_spec :
6969 needs : build-interpreter
70- runs-on : ubuntu-22 .04
70+ runs-on : ubuntu-24 .04
7171 container :
7272 image : crystallang/crystal:1.14.0-build
7373 name : " Test primitives_spec with interpreter"
Original file line number Diff line number Diff line change 2727 - name : Download Crystal source
2828 uses : actions/checkout@v4
2929
30- - uses : cachix/install-nix-action@v27
30+ - uses : cachix/install-nix-action@v30
3131 with :
3232 extra_nix_config : |
3333 experimental-features = nix-command
Original file line number Diff line number Diff line change 5151 steps :
5252 - name : Setup MSYS2
5353 id : msys2
54- uses : msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1
54+ uses : msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2.26.0
5555 with :
5656 msystem : UCRT64
5757 update : true
@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - name : Setup MSYS2
102102 id : msys2
103- uses : msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2.24.1
103+ uses : msys2/setup-msys2@d44ca8e88d8b43d56cf5670f91747359d5537f97 # v2.26.0
104104 with :
105105 msystem : UCRT64
106106 update : true
You can’t perform that action at this time.
0 commit comments