Skip to content

Commit 8e3d0f4

Browse files
committed
Move to latest os in gh action
1 parent 6baa82a commit 8e3d0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
nif: ["2.15"]
1616
job:
17-
- { target: aarch64-apple-darwin, os: macos-12 }
18-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
17+
- { target: aarch64-apple-darwin, os: macos-latest }
18+
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
1919

2020
steps:
2121
- name: Checkout source code

0 commit comments

Comments
 (0)