Skip to content

Commit 191614c

Browse files
committed
revert parameter for gcc
1 parent 98448a3 commit 191614c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on: [push, pull_request]
55
env:
66
FPM_VERSION: 'v0.12.0' # FPM version
77
SETUP_FPM_VERSION: 'v8' # setup-fpm action version
8-
GNU_VERSION: '13' # GNU compiler toolchain major version
98

109
jobs:
1110
deploy:
@@ -16,7 +15,7 @@ jobs:
1615
matrix:
1716
include:
1817
- os: ubuntu-latest
19-
toolchain: {compiler: gcc, version: ${{ env.GNU_VERSION }} }
18+
toolchain: {compiler: gcc, version: '13' }
2019

2120
steps:
2221
- name: Checkout code
@@ -76,7 +75,7 @@ jobs:
7675
matrix:
7776
include:
7877
- os: ubuntu-latest
79-
toolchain: {compiler: gcc, version: ${{ env.GNU_VERSION }} }
78+
toolchain: {compiler: gcc, version: '13' }
8079

8180
steps:
8281
- name: Checkout code

0 commit comments

Comments
 (0)