Skip to content

Commit

Permalink
Pin GitHub Actions runners to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 9, 2023
1 parent 740ac09 commit 52af2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: hexpm/elixir:1.15.2-erlang-26.0.2-debian-bookworm-20230612
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: mix dialyzer

smoke-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir_test_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: hexpm/elixir:1.15.2-erlang-26.0.2-debian-bookworm-20230612
Expand Down

0 comments on commit 52af2ea

Please sign in to comment.