There was an error while loading. Please reload this page.
1 parent 9835864 commit f34fdc3Copy full SHA for f34fdc3
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
test:
11
- runs-on: depot-ubuntu-24.04-16
+ runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- uses: dtolnay/rust-toolchain@stable
.github/workflows/release.yml
@@ -15,11 +15,11 @@ jobs:
15
matrix:
16
include:
17
- target: x86_64-unknown-linux-musl
18
- os: depot-ubuntu-24.04-16
+ os: ubuntu-latest
19
name: atomic-x86_64-linux
20
cross: false
21
- target: aarch64-unknown-linux-musl
22
23
name: atomic-aarch64-linux
24
cross: true
25
- target: x86_64-apple-darwin
@@ -68,7 +68,7 @@ jobs:
68
69
release:
70
needs: build
71
72
73
74
0 commit comments