Skip to content

Commit 5435c11

Browse files
committed
Test with GCC 15
1 parent 64d1749 commit 5435c11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test-gcc15.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
container:
23-
image: ghcr.io/mattkretz/cplusplus-ci/gcc15
23+
image: gcc:15
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -36,11 +36,8 @@ jobs:
3636
ruby-version: ${{matrix.ruby}}
3737
bundler-cache: true
3838

39-
- name: Print GCC version
40-
run: gcc --version
41-
4239
- name: Compile C-extension
43-
run: bundle exec rake compile
40+
run: CC=15 gcc --version && CC=15 bundle exec rake compile
4441

4542
- name: Run tests
4643
run: bundle exec rake test

0 commit comments

Comments
 (0)