Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster committed Jun 19, 2024
1 parent 7eec68f commit 086b5b7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/linux_build_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
os:
required: false
type: string
default: ubuntu-22.04
default: ubuntu-24.04
platform:
required: false
type: string
Expand Down Expand Up @@ -57,15 +57,6 @@ jobs:
CCACHE_COMPRESSLEVEL: 9
CCACHE_MAXSIZE: 100M

steps:
# Work around https://github.com/actions/runner-images/issues/8659
- name: Remove GCC 13 from runner image
shell: bash
run: |
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
sudo apt-get update
sudo apt-get install -y --allow-downgrades 'libc6=2.35-0ubuntu*' 'libc6-dev=2.35-0ubuntu*' libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
- name: Checkout Repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 086b5b7

Please sign in to comment.