Skip to content

Commit

Permalink
Update build matrix: Use gcc-12 on macOS images [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalvin committed Sep 30, 2024
1 parent d968285 commit 72fcc44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# - ""
include:
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-8-6-branch
experimental: [true]
- os: macos-latest
Expand Down Expand Up @@ -46,11 +46,11 @@ jobs:
tcltag: core-8-6-branch
experimental: [true]
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-8-branch
experimental: [true]
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-8-5-branch
experimental: [true]
- os: ubuntu-latest
Expand All @@ -62,15 +62,15 @@ jobs:
tcltag: core-8-5-branch
experimental: [true]
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-8-5-19
experimental: [false]
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-8-6-15
experimental: [false]
- os: macos-latest
compiler: gcc-11
compiler: gcc-12
tcltag: core-9-0-0
experimental: [false]
- os: ubuntu-latest
Expand Down

0 comments on commit 72fcc44

Please sign in to comment.