Skip to content

Commit

Permalink
update: Ubuntu20.04 -> 24.04, actions/checkout@v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
admiswalker committed Aug 12, 2024
1 parent b152a9b commit e6fdcbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
image: crystallang/crystal:latest-alpine
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install build tools
run: |
apk add coreutils make gcc g++ cmake
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_tests_on_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Python
run: |
pip install numpy
Expand Down

0 comments on commit e6fdcbf

Please sign in to comment.