Skip to content

Commit

Permalink
ubuntu latest timezone korjaus
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoa committed Jan 27, 2025
1 parent 701af45 commit 9df18c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/actions/prepare-clojure-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ runs:
java-version: '17'
distribution: 'corretto'

- uses: MathRobin/timezone-action@v1.1
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: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
test-integration:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
./bin/cibuild.sh run-browser-tests-integration
test-spec-and-mocha:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
./bin/cibuild.sh run-spec-and-mocha-tests
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9df18c2

Please sign in to comment.