Skip to content

Commit

Permalink
Bump gh workflow to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo committed Oct 6, 2024
1 parent 2444655 commit e480799
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
check-format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Push image to GitHub Package Registry.
# See also https://docs.docker.com/docker-hub/builds/
docker-image:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

permissions:
packages: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lua-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
luac:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -31,7 +31,7 @@ jobs:
run: find data/ -name '*.lua' -print0 | xargs -0 -n1 luac -p

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
Expand All @@ -44,7 +44,7 @@ jobs:
run: luacheck data config.lua.dist || true

format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

services:
db:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
vcpkg-update-baseline:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xml-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
xmllint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e480799

Please sign in to comment.