Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
remove migration brownout, update README re: cessation of support
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 5, 2024
1 parent 1937e89 commit daa487d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

An action to setup the [GNU Fortran](https://gcc.gnu.org/fortran/) compiler.

**Note:** Maintenance of this action will cease in 2024. If the GCC preinstalled on runner images does not meet your needs, [`fortran-lang/setup-fortran`](https://github.com/fortran-lang/setup-fortran) is recommended.
**Note:** Maintenance of this action has ceased. If the GCC preinstalled on runner images does not meet your needs, [`fortran-lang/setup-fortran`](https://github.com/fortran-lang/setup-fortran) is recommended.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
10 changes: 2 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ runs:
- name: Migration warning
shell: bash
run: |
echo "WARNING: This action will be archived on 01/01/24."
echo "WARNING: This action is unsupported."
echo "Use fortran-lang/setup-fortran instead (https://github.com/fortran-lang/setup-fortran)."
- name: Migration brownout
uses: wpbonelli/schedule-outage@v1
with:
probability: 0.1
message: "This action will be archived on 01/01/24. Use fortran-lang/setup-fortran instead (https://github.com/fortran-lang/setup-fortran)."

- name: Symlink to gfortran (Linux)
if: runner.os == 'Linux'
shell: bash
Expand Down Expand Up @@ -59,4 +53,4 @@ runs:
run: |
gfortran --version
gcc --version
g++ --version
g++ --version

0 comments on commit daa487d

Please sign in to comment.