Skip to content

Commit

Permalink
OY-5039 github ubuntu-latest käyttöön
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Jan 24, 2025
1 parent 928477c commit 21c4e9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
test-and-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -35,9 +35,10 @@ jobs:
with:
node-version: 8

- uses: szenius/set-timezone@v1.2
with:
timezoneLinux: "Europe/Helsinki"
- name: Set timezone to Europe/Helsinki
run: |
sudo timedatectl set-timezone Europe/Helsinki
echo "Europe/Helsinki" | sudo tee /etc/timezone
- name: Build PostgreSQL Docker containers
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Palvelun lokaali ajaminen ei toistaiseksi toimi tai ole kunnolla koestettu, jote

### JDK

- Käytetään kehityksessä ja sovelluksen ajamiseen JDK 17:a, mutta scala-maven-pluginin target version on yhä 1.8
- Käytetään kehityksessä ja sovelluksen ajamiseen JDK 17:a
- JCE (Java Cryptography Extension)
- Ilman laajennosta tulee virhe: "java.security.InvalidKeyException: Illegal key size"
- Lataa Oraclen sivuilta ja kopioi tiedostot `$JAVA_HOME/jre/lib/security`
Expand Down

0 comments on commit 21c4e9b

Please sign in to comment.