Skip to content

Commit

Permalink
👷 👽 🐛 use ubuntu-24.04 runner for gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed May 28, 2024
1 parent 13da6cf commit 7ee4ef1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
compiler:
- package: gcc-13
bin: g++
os: ubuntu-24.04
- package: gcc-12
bin: g++
os: ubuntu-latest
- package: gcc-11
bin: g++
os: ubuntu-latest
runs-on: ${{ matrix.compiler.os }}
steps:
- name: checkout-scm
uses: actions/checkout@v3
Expand Down

0 comments on commit 7ee4ef1

Please # to comment.