Skip to content

Commit

Permalink
.github: change ubuntu-latest to ubuntu-22.04 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 11, 2023
1 parent ae65bb3 commit 2af7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 2.3.5
Expand Down

0 comments on commit 2af7435

Please sign in to comment.