Skip to content

Commit

Permalink
fix: Use fix version number instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Antabuse-123 committed Aug 14, 2024
1 parent 22c5d84 commit e3614e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ARCHIVE_NAME: 'gcc-2.7.2-mac.tar.gz'
}
- {
OS: 'macos-latest',
OS: 'macos-14',
CFLAGS: '-DDARWIN -std=gnu89 -Wno-return-type -Wno-error -Wno-implicit-function-declaration -Wno-int-conversion',
HOST: 'arm-apple-darwin',
ARCHIVE_NAME: 'gcc-2.7.2-mac-arm.tar.gz'
Expand Down

0 comments on commit e3614e2

Please sign in to comment.