Skip to content

Commit

Permalink
Revert "Test bump gh os"
Browse files Browse the repository at this point in the history
This reverts commit 33f00bd.
  • Loading branch information
ramon-bernardo committed Oct 6, 2024
1 parent 33f00bd commit 20b994b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ on:
jobs:
build-vcpkg:
name: ${{ matrix.os }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu-24.04, macos-latest, windows-latest]
os: [ubuntu, macos, windows]
buildtype: [Debug, Release]
luajit: [on, off]

Expand Down
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-24.04
runs-on: ubuntu-latest

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-24.04
runs-on: ubuntu-latest

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-24.04
runs-on: ubuntu-latest
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-24.04
runs-on: ubuntu-latest
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-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
unix:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest, windows-latest]
os: [ubuntu, macos, windows]

env:
VCPKG_BUILD_TYPE: release
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-24.04
runs-on: ubuntu-latest

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: v
runs-on: ubuntu-latest

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-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 20b994b

Please sign in to comment.