Skip to content

Commit

Permalink
Merge changes from TCCron
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Apr 20, 2024
1 parent 206b76d commit 22db25c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
tier0:
name: 3.3.5 branch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-10 p7zip-full
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-11 p7zip-full
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
sudo systemctl start mysql.service
- name: Run script
env:
Expand All @@ -28,7 +28,7 @@ jobs:
tier1:
name: ${{ matrix.BRANCH }} (needs 3.3.5)
needs: tier0
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v2
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-10 p7zip-full
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10
sudo apt-get update && sudo apt-get install -yq libboost-all-dev g++-11 p7zip-full
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
sudo systemctl start mysql.service
- name: Run script
env:
Expand Down

0 comments on commit 22db25c

Please sign in to comment.