Skip to content

Commit

Permalink
Use ubuntu-24.04 in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jul 16, 2024
1 parent cb3245e commit 713ebd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ jobs:
# # run: cd nb.go && go test
# # - name: "Run nb.go bats test"
# # run: unbuffer bats test
test-ubuntu-latest:
name: "Test: Ubuntu 20.04"
runs-on: ubuntu-20.04
test-ubuntu-24.04:
name: "Test: Ubuntu 24.04"
runs-on: ubuntu-24.04
env:
LANG: C.UTF-8
LC_ALL: C.UTF-8
Expand Down

0 comments on commit 713ebd7

Please sign in to comment.