Skip to content

Commit

Permalink
CI: Updated the Ubuntu compile test to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Oct 29, 2024
1 parent 58aef83 commit 0ba4cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile on Ubuntu 22.04
name: Compile on Ubuntu

on:
push:
Expand All @@ -18,7 +18,7 @@ on:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -38,7 +38,6 @@ jobs:
run: |
qbs --version
qbs setup-toolchains --detect
qbs config defaultProfile x86_64-linux-gnu-gcc-12
- name: Build
run: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ From the command-line, you may need to set up Qbs before you can build Tiled
path):

qbs setup-toolchains --detect # setup toolchains
qbs setup-qt --detect # setup Qt (not needed since Qbs 1.13)
qbs # build Tiled

You can now run Tiled as follows:
Expand Down

0 comments on commit 0ba4cb5

Please sign in to comment.