File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Install Nix
25
- uses : DeterminateSystems/ nix-installer- action@main
25
+ - uses : cachix/install- nix-action@v27
26
26
27
27
- name : Build PHP matrix
28
28
id : set-phps
41
41
phps : ${{fromJson(needs.determine-matrix.outputs.phps)}}
42
42
archs :
43
43
[
44
+ { os: ubuntu-24.04-arm, arch: aarch64-linux },
44
45
{ os: ubuntu-latest, arch: x86_64-linux },
45
46
{ os: macOS-latest, arch: x86_64-darwin },
46
47
{ os: macos-14, arch: aarch64-darwin },
51
52
uses : actions/checkout@v4
52
53
53
54
- name : Install Nix
54
- uses : DeterminateSystems/nix-installer-action@main
55
-
56
- - name : Run the Magic Nix Cache
57
- uses : DeterminateSystems/magic-nix-cache-action@main
55
+ - uses : cachix/install-nix-action@v27
58
56
59
57
- uses : cachix/cachix-action@v15
60
58
with :
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
16
16
- name : Install Nix
17
- uses : DeterminateSystems/ nix-installer- action@main
17
+ - uses : cachix/install- nix-action@v27
18
18
19
19
- name : Run nix formatter tool
20
20
run : nix fmt . -- --check
You can’t perform that action at this time.
0 commit comments