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 3585fe4 commit e1b7ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
create_otp_matrix:
name: Generate a list of last OTP versions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
otps: ${{ steps.versions.outputs.versions }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
test_erlang:
name: Test examples against OTP ${{ matrix.otp }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [create_otp_matrix]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uuid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
uuid:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: sudo apt install --yes jq
Expand Down

0 comments on commit e1b7ac2

Please sign in to comment.