Skip to content

Commit

Permalink
update workflow os
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Jul 29, 2024
1 parent a61d893 commit f6aa421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
build:
- {
NAME: linux-x64-glibc,
OS: ubuntu-20.04,
OS: ubuntu-24.04,
TOOLCHAIN: stable,
TARGET: x86_64-unknown-linux-gnu,
}
- {
NAME: linux-arm64-glibc,
OS: ubuntu-20.04,
OS: ubuntu-24.04,
TOOLCHAIN: stable,
TARGET: aarch64-unknown-linux-gnu,
}
Expand All @@ -33,13 +33,13 @@ jobs:
}
- {
NAME: darwin-x64,
OS: macos-11,
OS: macos-14,
TOOLCHAIN: stable,
TARGET: x86_64-apple-darwin,
}
- {
NAME: darwin-arm64,
OS: macos-11,
OS: macos-14,
TOOLCHAIN: stable,
TARGET: aarch64-apple-darwin,
}
Expand Down

0 comments on commit f6aa421

Please sign in to comment.