Skip to content

Commit c6f1876

Browse files
committed
Bump os in workflows
1 parent 56430aa commit c6f1876

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
matrix:
2222
nif: ["2.15", "2.16"]
2323
job:
24-
- { target: aarch64-apple-darwin, os: macos-12 }
25-
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
26-
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
27-
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
28-
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
29-
- { target: x86_64-apple-darwin, os: macos-12 }
30-
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
31-
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
32-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
33-
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
24+
- { target: aarch64-apple-darwin, os: macos-13 }
25+
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }
26+
- { target: aarch64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
27+
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-22.04, use-cross: true }
28+
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }
29+
- { target: x86_64-apple-darwin, os: macos-13 }
30+
- { target: x86_64-pc-windows-gnu, os: windows-2022 }
31+
- { target: x86_64-pc-windows-msvc, os: windows-2022 }
32+
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
33+
- { target: x86_64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
3434

3535
steps:
3636
- name: Checkout source code

0 commit comments

Comments
 (0)