Skip to content

Commit 6b50d7d

Browse files
authored
GitHub Actions: Ubuntu upgrade
1 parent ebe9da1 commit 6b50d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build LDView
22
on: [push, pull_request]
33
jobs:
44
build-ubuntu:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4
@@ -12,7 +12,7 @@ jobs:
1212
run: cd QT ; ./makedeb -qt5
1313

1414
build-fedora:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
container:
1717
image: fedora:latest
1818
steps:

0 commit comments

Comments
 (0)