Files
firezone/.tool-versions
Jamil 2098060dcc feat(ci): Standardize matrix job names to prevent dupes, move jobs to macos-14 (#3447)
This should be faster than the Intel runners. Seems to be at least twice
as fast for uncached builds compared to `ubuntu-22.04`.

- [x] ~~Move elixir checks to `macos-14`~~ can't; Depends on `docker`
and `erlef/setup-beam`
- [x] Add macOS targets to rust checks
- [x] Move swift build to macos-14
- [x] Move kotlin build to macos-14
- [x] Name all jobs that are required for merge group to not depend on
job config
- [x] Update PR branch protection rules
2024-01-31 22:12:23 +00:00

10 lines
210 B
Plaintext

# These are used for the dev environment.
# This should match the versions used in the built product.
nodejs 18.19.0
elixir 1.15.7-otp-26
erlang 26.1.2
terraform 1.6.6
# Used for static analysis
python 3.11.7