mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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
10 lines
210 B
Plaintext
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
|